Parse sources as UTF-8
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*~
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
xgettext -o locale/le-chat-php.pot `find . -iname '*.php'`
|
xgettext --from-code UTF-8 -o locale/le-chat-php.pot `find . -iname '*.php'`
|
||||||
for translation in `find locale -iname '*.po'`; do msgmerge -U "$translation" locale/le-chat-php.pot; msgfmt -o ${translation:0:-2}mo "$translation"; done
|
for translation in `find locale -iname '*.po'`; do msgmerge -U "$translation" locale/le-chat-php.pot; msgfmt -o ${translation:0:-2}mo "$translation"; done
|
||||||
|
Reference in New Issue
Block a user