diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-02-26 11:27:31 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-02-26 11:27:31 +0100 |
commit | 62b3afeeedfe054345f86093e2d243e956c1e3c9 (patch) | |
tree | bbd58f5c8c07f5d87b1c1cca73fa1d5af6178f48 /src/web/translations/internationalization.sh | |
parent | Updated Python dependencies. (diff) | |
download | newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.gz newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.bz2 newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.zip |
The project is now using Poetry.
Diffstat (limited to 'src/web/translations/internationalization.sh')
-rwxr-xr-x | src/web/translations/internationalization.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/web/translations/internationalization.sh b/src/web/translations/internationalization.sh deleted file mode 100755 index 51efa840..00000000 --- a/src/web/translations/internationalization.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh - -pybabel extract -F babel.cfg -k lazy_gettext -o messages.pot .. -poedit fr/LC_MESSAGES/messages.po |