From df3beb147ebb69b3176a5cad859df76298538c0d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 12:35:47 +0000 Subject: Docs. --- docs/glossary.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 026db614a..05a6c1479 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -739,4 +739,16 @@ Glossary Message Catalog A :term:`gettext` ``.mo`` file containing translations. - + Internationalization + The act of creating software with a user interface that can + potentially be displayed in more than one language or cultural + context. Often shortened to "i18n" (because the word + "internationalization" is I, 18 letters, then N). See also: + :term:`Localization`. + + Localization + The process of displaying the user interface of an + internationalized application in a particular language or + cultural context. Often shortened to "l10" (because the word + "localization" is L, 10 letters, then N). See also: + :term:`Internationalization`. -- cgit v1.2.3