X-Git-Url: https://scm.cri.ensmp.fr/git/photoprint.git/blobdiff_plain/ccaba0f54cbd41250107d36a49154353425da8b3..b521f0db73266a7bd6b69e6a9891046a03c482ee:/update_i18n.sh diff --git a/update_i18n.sh b/update_i18n.sh deleted file mode 100755 index d7f9001..0000000 --- a/update_i18n.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -i18nextract --path . --site_zcml ../../etc/site.zcml --domain photoprint -o locales - -cat locales/photoprint.pot locales/photoprint-manual.pot > locales/photoprint-all.pot -mv locales/photoprint-all.pot locales/photoprint.pot - -msgmerge --update --no-fuzzy-matching locales/fr/LC_MESSAGES/photoprint.po locales/photoprint.pot -msgmerge --update --no-fuzzy-matching locales/en/LC_MESSAGES/photoprint.po locales/photoprint.pot