From b5dc7fbf22caf34d6ce85b2165e8bd3f908bc9e3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 27 Apr 2010 18:20:27 +0000 Subject: - Expanded portion of i18n narrative chapter docs which discuss working with gettext files. --- docs/glossary.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 05a6c1479..a1adec50b 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -710,6 +710,10 @@ Glossary A string like ``en``, ``en_US``, ``de``, or ``de_AT`` which uniquely identifies a particular locale. + Default Locale Name + The :term:`locale name` used by an application when no explicit + locale name is set. See :ref:`localization_deployment_settings`. + Locale Negotiator An object supplying a policy determining which :term:`locale name` best represents a given :term:`request`. It is used by the -- cgit v1.2.3