From 7534bae0c5eeb34a0146e76a81a9312797f6ba5c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 00:02:12 +0000 Subject: Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 $REPOZE_SVN/repoze.bfg/branches/i18n No foreigners were harmed in the coding of this feature. --- docs/narr/environment.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/narr/environment.rst') diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index 5af24bfac..a9bcbf70a 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -9,6 +9,7 @@ single: reload_all single: debug settings single: reload settings + single: default_locale_name single: environment variables single: ini file settings single: PasteDeploy settings @@ -121,6 +122,22 @@ Turns on all ``reload*`` settings. | | | +---------------------------------+-----------------------------+ +Default Locale Name +-------------------- + +The value supplied here is used as the default locale name when a +:term:`locale negotiator` is not registered. See also +:ref:`localization_deployment_settings`. + ++---------------------------------+-----------------------------+ +| Environment Variable Name | Config File Setting Name | ++=================================+=============================+ +| ``BFG_DEFAULT_LOCALE_NAME`` | ``default_locale_name`` | +| | | +| | | +| | | ++---------------------------------+-----------------------------+ + Examples -------- -- cgit v1.2.3