diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-22 16:37:26 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-22 16:37:26 +0100 |
commit | b533f75c5a784e424b6e926e9d053df155d7b9a4 (patch) | |
tree | 51d2dedc4ed2f7b43d35db8f774723ea6a89aa94 /internationalization.sh | |
parent | Updated install script. (diff) | |
download | newspipe-b533f75c5a784e424b6e926e9d053df155d7b9a4.tar.gz newspipe-b533f75c5a784e424b6e926e9d053df155d7b9a4.tar.bz2 newspipe-b533f75c5a784e424b6e926e9d053df155d7b9a4.zip |
Updated internationalization script.
Diffstat (limited to 'internationalization.sh')
-rwxr-xr-x | internationalization.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internationalization.sh b/internationalization.sh index 6355c2b1..92dd4cd3 100755 --- a/internationalization.sh +++ b/internationalization.sh @@ -1,4 +1,4 @@ #! /bin/sh -pybabel extract -F babel.cfg -k lazy_gettext -o messages.pot web/ -poedit web/translations/fr/LC_MESSAGES/messages.po +pybabel extract -F babel.cfg -k lazy_gettext -o messages.pot src/web/ +poedit src/web/translations/fr/LC_MESSAGES/messages.po |