forked from git-l10n/git-po
-
Notifications
You must be signed in to change notification settings - Fork 1
Translation Workflow
Matthias Rüster edited this page Apr 9, 2022
·
10 revisions
Install git-po-helper from https://github.com/git-l10n/git-po-helper
git-po-helper update po/de.po
git commit --signoff -a -m "Update de.po for new translations"
# start translating po/de.po
git-po-helper check-po po/de.po
git commit --signoff -a -m "l10n: de.po: Update German translation"
# squash both commits for pull request to git-l10n/git-po.git
pcregrep -nM 'msgstr ""\n\n' po/de.po
grep '.\{80\}' po/de.po
# or: awk 'length>79' po/de.po