aboutsummaryrefslogtreecommitdiff
path: root/newspipe/translations/internationalization.sh
blob: 2b5db9112fd546e666da3937c289d4ce4c26739c (plain)
1
2
3
4
#! /bin/sh

pybabel extract -F newspipe/translations/babel.cfg -k lazy_gettext -o newspipe/translations/messages.pot .
poedit newspipe/translations/fr/LC_MESSAGES/messages.po
bgstack15