From 0da23dd5458f8d6e4102295b864b8bb3e2a6d8b0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 29 Jul 2014 18:53:27 +0200 Subject: [PATCH] update docs with translation update workflow --- docs/project.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/project.rst b/docs/project.rst index 222ff92..03f225e 100644 --- a/docs/project.rst +++ b/docs/project.rst @@ -20,9 +20,23 @@ feedback, ...), link to documentation is all there: https://github.com/nsupdate-info/nsupdate.info -Translations are on Transifex: +Translations +============ -https://www.transifex.com/organization/thomaswaldmann/dashboard/nsupdateinfo +Translations are done on Transifex - please collaborate there to avoid double work / workflow issues: + +https://www.transifex.com/projects/p/nsupdateinfo/ + +Translation update workflow (start from a clean workdir): + +:: + + # pull all translations from transifex: + tx pull + # update the translations with changes from the source code: + django-admin.py makemessages -a + # push updated translation files back to transifex: + tx push -s -t Contributing