diff options
-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 |