summaryrefslogtreecommitdiff
path: root/docs/narr/environment.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-25 00:02:12 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-25 00:02:12 +0000
commit7534bae0c5eeb34a0146e76a81a9312797f6ba5c (patch)
tree15d3fd388eb3c5538c50da20c3691a9f39ca6de3 /docs/narr/environment.rst
parent51981a128c7ed05e51938a3f358c0970dcc33a6f (diff)
downloadpyramid-7534bae0c5eeb34a0146e76a81a9312797f6ba5c.tar.gz
pyramid-7534bae0c5eeb34a0146e76a81a9312797f6ba5c.tar.bz2
pyramid-7534bae0c5eeb34a0146e76a81a9312797f6ba5c.zip
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.
Diffstat (limited to 'docs/narr/environment.rst')
-rw-r--r--docs/narr/environment.rst17
1 files changed, 17 insertions, 0 deletions
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
--------