X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=po%2FREADME.Translations;h=afb5e2e34a62f9d0be6bc8249ed2caf58a133462;hb=c255f44e7ce5e0b006efcd540d1d9062081c0069;hp=2a3b921b0ef6ab2db323b6246df0012e6dcd6d93;hpb=63ecd84a68c4896e2548cfdedf67f6f130989236;p=quassel.git 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