diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -180,9 +180,13 @@ use = egg:kallithea full_stack = true static_files = true -## Available Languages: -## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW -lang = + +## Internationalization (see setup documentation for details) +## By default, the language requested by the browser is used if available. +#i18n.enable = false +## Fallback language, empty for English (valid values are the names of subdirectories in kallithea/i18n): +i18n.lang = + cache_dir = %(here)s/data index_dir = %(here)s/data/index diff --git a/kallithea/lib/paster_commands/template.ini.mako b/kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako +++ b/kallithea/lib/paster_commands/template.ini.mako @@ -181,9 +181,13 @@ use = egg:kallithea full_stack = true static_files = true -<%text>## Available Languages: -<%text>## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW -lang = + +<%text>## Internationalization (see setup documentation for details) +<%text>## By default, the language requested by the browser is used if available. +#i18n.enable = false +<%text>## Fallback language, empty for English (valid values are the names of subdirectories in kallithea/i18n): +i18n.lang = + cache_dir = %(here)s/data index_dir = %(here)s/data/index diff --git a/kallithea/tests/test.ini b/kallithea/tests/test.ini --- a/kallithea/tests/test.ini +++ b/kallithea/tests/test.ini @@ -177,9 +177,13 @@ use = egg:kallithea full_stack = true static_files = true -## Available Languages: -## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW -lang = + +## Internationalization (see setup documentation for details) +## By default, the language requested by the browser is used if available. +#i18n.enable = false +## Fallback language, empty for English (valid values are the names of subdirectories in kallithea/i18n): +i18n.lang = + #cache_dir = %(here)s/data cache_dir = %(here)s/../../data/test/cache #index_dir = %(here)s/data/index