##// END OF EJS Templates
i18n: make sure 'en' in Accept-Language is recognized as having 100% coverage...
Mads Kiilerich -
r8766:84b4fc9d stable
parent child Browse files
Show More
@@ -78,6 +78,10 b' base_config.update_blueprint({'
78
78
79 # Set the default i18n source language so TG doesn't search beyond 'en' in Accept-Language.
79 # Set the default i18n source language so TG doesn't search beyond 'en' in Accept-Language.
80 'i18n.lang': 'en',
80 'i18n.lang': 'en',
81
82 # For TurboGears 2.4.3, define the native language for translations to
83 # prevent fall-through to languages requested with lower priority.
84 'i18n.native': ['en', 'en_US', 'en_GB'],
81 })
85 })
82
86
83 # DebugBar, a debug toolbar for TurboGears2.
87 # DebugBar, a debug toolbar for TurboGears2.
General Comments 0
You need to be logged in to leave comments. Login now