##// 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 181 full_stack = true
182 182 static_files = true
183 ## Available Languages:
184 ## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
185 lang =
183
184 ## Internationalization (see setup documentation for details)
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 190 cache_dir = %(here)s/data
187 191 index_dir = %(here)s/data/index
188 192
@@ -181,9 +181,13 b' use = egg:kallithea'
181 181
182 182 full_stack = true
183 183 static_files = true
184 <%text>## Available Languages:</%text>
185 <%text>## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW</%text>
186 lang =
184
185 <%text>## Internationalization (see setup documentation for details)</%text>
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 191 cache_dir = %(here)s/data
188 192 index_dir = %(here)s/data/index
189 193
@@ -177,9 +177,13 b' use = egg:kallithea'
177 177
178 178 full_stack = true
179 179 static_files = true
180 ## Available Languages:
181 ## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
182 lang =
180
181 ## Internationalization (see setup documentation for details)
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 187 #cache_dir = %(here)s/data
184 188 cache_dir = %(here)s/../../data/test/cache
185 189 #index_dir = %(here)s/data/index
General Comments 0
You need to be logged in to leave comments. Login now