Skip to content
README.md 425 B
Newer Older
karl's avatar
karl committed
# Translation

planimod project uses gettext plugin to support translation using `.pot` and
karl's avatar
karl committed
`.po` files. You may update the translation or add a new translation as follow.

To extract translatable string and update the `.pot` file

    cd ./com.patrikdufresne.planimod
    mvn -Drevision=1.0.0 gettext:gettext
karl's avatar
karl committed

To update the translation file `.po`

    cd ./com.patrikdufresne.planimod
    mvn -Drevision=1.0.0 gettext:merge