##// END OF EJS Templates
i18n: use TG2 compatible settings names i18n.lang and i18n.enabled...
Thomas De Schampheleire -
r6629:f2f7a8c1 default
parent child Browse files
Show More
@@ -180,9 +180,13 b' use = egg:kallithea'
180
180
181 full_stack = true
181 full_stack = true
182 static_files = true
182 static_files = true
183 ## Available Languages:
183
184 ## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
184 ## Internationalization (see setup documentation for details)
185 lang =
185 ## By default, the language requested by the browser is used if available.
186 #i18n.enable = false
187 ## Fallback language, empty for English (valid values are the names of subdirectories in kallithea/i18n):
188 i18n.lang =
189
186 cache_dir = %(here)s/data
190 cache_dir = %(here)s/data
187 index_dir = %(here)s/data/index
191 index_dir = %(here)s/data/index
188
192
@@ -181,9 +181,13 b' use = egg:kallithea'
181
181
182 full_stack = true
182 full_stack = true
183 static_files = true
183 static_files = true
184 <%text>## Available Languages:</%text>
184
185 <%text>## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW</%text>
185 <%text>## Internationalization (see setup documentation for details)</%text>
186 lang =
186 <%text>## By default, the language requested by the browser is used if available.</%text>
187 #i18n.enable = false
188 <%text>## Fallback language, empty for English (valid values are the names of subdirectories in kallithea/i18n):</%text>
189 i18n.lang =
190
187 cache_dir = %(here)s/data
191 cache_dir = %(here)s/data
188 index_dir = %(here)s/data/index
192 index_dir = %(here)s/data/index
189
193
@@ -177,9 +177,13 b' use = egg:kallithea'
177
177
178 full_stack = true
178 full_stack = true
179 static_files = true
179 static_files = true
180 ## Available Languages:
180
181 ## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
181 ## Internationalization (see setup documentation for details)
182 lang =
182 ## By default, the language requested by the browser is used if available.
183 #i18n.enable = false
184 ## Fallback language, empty for English (valid values are the names of subdirectories in kallithea/i18n):
185 i18n.lang =
186
183 #cache_dir = %(here)s/data
187 #cache_dir = %(here)s/data
184 cache_dir = %(here)s/../../data/test/cache
188 cache_dir = %(here)s/../../data/test/cache
185 #index_dir = %(here)s/data/index
189 #index_dir = %(here)s/data/index
General Comments 0
You need to be logged in to leave comments. Login now