X-Git-Url: https://scm.cri.ensmp.fr/git/photoprint.git/blobdiff_plain/ccaba0f54cbd41250107d36a49154353425da8b3..b521f0db73266a7bd6b69e6a9891046a03c482ee:/Products/photoprint/compile-i18n.sh?ds=sidebyside diff --git a/Products/photoprint/compile-i18n.sh b/Products/photoprint/compile-i18n.sh new file mode 100755 index 0000000..f3f060f --- /dev/null +++ b/Products/photoprint/compile-i18n.sh @@ -0,0 +1,4 @@ +#! /bin/sh + +msgfmt -o locales/fr/LC_MESSAGES/photoprint.mo locales/fr/LC_MESSAGES/photoprint.po +msgfmt -o locales/en/LC_MESSAGES/photoprint.mo locales/en/LC_MESSAGES/photoprint.po