From: Daniel Albers Date: Thu, 25 Jun 2020 20:46:32 +0000 (+0200) Subject: Add rough instructions for synchronizing the i18n repository X-Git-Tag: 0.14-rc1~55 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=4f2b9f95bade650248dea949930fddd46bb15730 Add rough instructions for synchronizing the i18n repository --- diff --git a/po/README.Translations b/po/README.Translations index 2a3b921b..afb5e2e3 100644 --- a/po/README.Translations +++ b/po/README.Translations @@ -41,3 +41,15 @@ currently configured as and can be updated at https://www.transifex.com/quassel/quassel/content/ → "Auto update resources". + +== For maintainers == +To synchronize the i18n repository with the main repository follow these steps: + +$ git remote add origin-i18n git@github.com:quassel/quassel-i18n.git +$ git fetch origin-i18n +$ git merge --squash origin-i18n/tx-sync +$ pushd po && ./update-pot.sh; popd +$ git add po/quassel.pot +$ git commit +$ git push +$ git push origin-i18n +HEAD:tx-sync