aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/translations/internationalization.sh
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 11:27:31 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 11:27:31 +0100
commit62b3afeeedfe054345f86093e2d243e956c1e3c9 (patch)
treebbd58f5c8c07f5d87b1c1cca73fa1d5af6178f48 /newspipe/web/translations/internationalization.sh
parentUpdated Python dependencies. (diff)
downloadnewspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.gz
newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.bz2
newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.zip
The project is now using Poetry.
Diffstat (limited to 'newspipe/web/translations/internationalization.sh')
-rwxr-xr-xnewspipe/web/translations/internationalization.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/newspipe/web/translations/internationalization.sh b/newspipe/web/translations/internationalization.sh
new file mode 100755
index 00000000..51efa840
--- /dev/null
+++ b/newspipe/web/translations/internationalization.sh
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+pybabel extract -F babel.cfg -k lazy_gettext -o messages.pot ..
+poedit fr/LC_MESSAGES/messages.po
bgstack15