Issue929

Title Proposed guide: Translation and localization
Priority idea Status open
Assigned To Keywords documentation, translation
Linked issues Watchers

Submitted on 2019-05-15 09h50 by rafaelff, last changed by fluzz.

Files
File name Uploaded Type Edit Remove
Translation_and_localization.md rafaelff, 2019-05-15.09:50:43 text/markdown
Translation_and_localization_v2.md rafaelff, 2019-05-20.23:52:04 text/markdown
Messages
Author: rafaelff Date: 2019-05-15   09h50
Please find attached my proposal for a guide for translators. This guide would 
probably be a subpage in 'www.freedroid.org/dev-section/'. I wrote it in markdown 
format as I don't know how the website is formatted, but if it uses another 
format just let me know and I'll adapt.
Author: rafaelff Date: 2019-05-20   23h52
Version 2. Fixed headers' syntax.

Planning on adding:
- instructions to add new translation
- test translations for new languages in the source code
- ... maybe these could be in an advanced page
Author: fluzz Date: 2019-05-27   11h37
Some comments on your 2nd proposal:

1/ In "Install Transifex Client", you mention an alternative, consisting on
downloading PO files for each resource.

Even it that's possible, it implies to then combine individuals PO into one
single PO file. Not so easy, so you should rather not mention that alternative.

2/ You can build fdrpg first, and then update translations. So I think that it
could be simpler to explain how to build the game (by referring the dedicated
web page), and then explain how to update a translation:
  cd po/
  make tx-pull
  make update-gmo

This can be done each time a new translation is to be tested...
History
Date User Action Args
2019-05-27 11:37:18fluzzsetmessages: + msg3621
2019-05-20 23:52:04rafaelffsetfiles: + Translation_and_localization_v2.md
messages: + msg3620
2019-05-15 09:50:44rafaelffcreate