Update translation files
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
xgettext -o locale/main-website.pot `find . -iname '*.php'`
|
||||
xgettext --from-code UTF-8 -o locale/main-website.pot `find . -iname '*.php'`
|
||||
for translation in `find locale -iname '*.po'`; do msgmerge -U "$translation" locale/main-website.pot; msgfmt -o ${translation:0:-2}mo "$translation"; done
|
||||
|
Reference in New Issue
Block a user