diff options
Diffstat (limited to '')
-rw-r--r-- | templates/pages/translating.mako | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/pages/translating.mako b/templates/pages/translating.mako index 6e76b33..2135480 100644 --- a/templates/pages/translating.mako +++ b/templates/pages/translating.mako @@ -1,5 +1,6 @@ <%! title = "Translation Guide" + uses_menu = True %> <%inherit file="/page.mako" /> @@ -7,6 +8,8 @@ Portato supports native languages. Nevertheless the translations into these languages have to be created. This page shows how to add a new translation or how to extend an existing translation. </p> +<div id="toc"></div> + <%self:h2>Short introduction about NLS in Linux</%self:h2> <p> All translatable strings of a program are listed in a *.pot file. For each translation a single $LANG.po file is created, which holds each translatable string and the corresponding translation. During installation these po-files are compiled into .mo files, which are then used to get the translations during runtime. |