From ec0513e4de84be878d302bbfc37d48042c4bb7fc Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Thu, 22 Jan 2015 16:50:01 +0000 Subject: add explanation to po glossary entry for gettext --- docs/glossary.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index 6da8b056a..d32ce6278 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -505,12 +505,13 @@ Definitions .po file (and .pot file)
- These are the files needed by the gettext mechanism Alaveteli uses for - localisation. A .pot file is effectively a list of all the - strings in the application that need translating. Each .po - file contains the mapping between those strings, used as keys, and their - translations for one particular language. The key is called the - msgid, and its corresponding translation is the msgstr. + These are the files needed by the gettext mechanism Alaveteli + uses for localisation. A .pot file is effectively a list of + all the strings in the application that need translating. Each + .po file contains the mapping between those strings, used as + keys, and their translations for one particular language. The key is called + the msgid, and its corresponding translation is the + msgstr.

More information:

    @@ -527,6 +528,11 @@ Definitions website, which lets translators work on Alaveteli in a browser, without needing to worry about this underlying structure. +
  • + See more about the + gettext + system. +
-- cgit v1.2.3