Techwriter at work blog.

Living and writing documentation at Documatt, small team of programmers that do write documentation too.


Posts tagged i18n

Translating with gettext overview

  • 15 October 2021
  • Author: Matt
  • Tag: i18n

Localization with gettext is streamlined process with responsibility distributed among original messages author, gettext tooling, and translator or translator tools. This post will help you understand extracting messages and starting new translation.

Read more ...


Getttext PO/POT format explained

  • 15 October 2021
  • Author: Matt
  • Tag: i18n

Gettext is internationalization (i18n) mechanism and library used not only in many software products, programming languages but also for translating Sphinx documentations. Gettext extracts strings marked “to-be-localized” from a source code (or a document) to plain text file with .po or .pot file extension. Let’s look at its format.

Read more ...