Browse Source

docs: Warn of empty msgstr in translations, hint at using comments

Jan-Philipp Litza 8 years ago
parent
commit
222fd94ca7
1 changed files with 9 additions and 0 deletions
  1. 9 0
      docs/user/site.rst

+ 9 - 0
docs/user/site.rst

@@ -284,6 +284,15 @@ for the language files. The command ``msginit -l en -i ../../docs/site-example/i
 can be used from the ``i18n`` directory to create an initial PO file called ``en.po`` if the ``gettext``
 utilities are installed.
 
+.. note::
+
+   An empty ``msgstr``, as is the default after running ``msginit``, leads to
+   the ``msgid`` being printed as-is. It does *not* hide the whole text, as
+   might be expected.
+
+   Depending on the context, you might be able to use comments like
+   ``<!-- empty -->`` as translations to effectively hide the text.
+
 Examples
 --------