Add translation
This commit is contained in:
3
update-translation.sh
Executable file
3
update-translation.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
xgettext -o locale/mail-hosting.pot `find . -iname '*.php'`
|
||||
for translation in `find locale -iname '*.po'`; do msgmerge -U "$translation" locale/mail-hosting.pot; msgfmt -o ${translation:0:-2}mo "$translation"; done
|
Reference in New Issue
Block a user