aboutsummaryrefslogtreecommitdiff
path: root/internationalization.sh
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-22 16:37:26 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-22 16:37:26 +0100
commitb533f75c5a784e424b6e926e9d053df155d7b9a4 (patch)
tree51d2dedc4ed2f7b43d35db8f774723ea6a89aa94 /internationalization.sh
parentUpdated install script. (diff)
downloadnewspipe-b533f75c5a784e424b6e926e9d053df155d7b9a4.tar.gz
newspipe-b533f75c5a784e424b6e926e9d053df155d7b9a4.tar.bz2
newspipe-b533f75c5a784e424b6e926e9d053df155d7b9a4.zip
Updated internationalization script.
Diffstat (limited to 'internationalization.sh')
-rwxr-xr-xinternationalization.sh4
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
bgstack15