Skip to content

Translation Process

cvvergara edited this page Sep 26, 2013 · 21 revisions

The general process pgRouting use for documentation:

  • The developer use ReStructuredText syntax to write the documentation.
  • That documentation is then used with Sphinx to generate the html, man, pdf,
  • Also using Sphinx-intl the *.pot files are generated.
  • Those *.pot files are used by Transifex and they contain only the strings that need to be translated.
  • Translator works with those strings.
  • When all the *.pot files have been translated into a language, the mantainers proceed to download the generated *.po files that contain the translated strings
  • A little bit of process and we ale able to generate the html, man, pdf for the language downloaded.

Translation Before you start

Translations - Working with small strings

Check your work

The translated strings sometimes contain ReStructuredText commands.

Clone this wiki locally