X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=po%2FREADME.Translations;h=afb5e2e34a62f9d0be6bc8249ed2caf58a133462;hb=7064a9e9b8aec31aca5ac88b4a5190a50dfc84c7;hp=d495525aa411f4b1c3962b3d5fe196de2c34127e;hpb=5d3ba981e213f5d83ab57df9e06c87a9513f19d9;p=quassel.git diff --git a/po/README.Translations b/po/README.Translations index d495525a..afb5e2e3 100644 --- a/po/README.Translations +++ b/po/README.Translations @@ -39,5 +39,17 @@ scripts/tx-sync.sh which pushes an updated quassel.pot to a location that is fetched by Transifex on regular intervals. This location is currently configured as and -can be updated at https://www.transifex.com/ald/quassel/content/ → "Auto -update resources". +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