summaryrefslogtreecommitdiff
path: root/docs/narr/environment.rst
diff options
context:
space:
mode:
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
--------