Changeset - 04682d9fb33a
[Not reviewed]
default
1 5 0
Mads Kiilerich - 11 years ago 2015-04-07 14:23:50
madski@unity3d.com
i18n: drop redundant english translation

lang should thus be set empty instead of 'en', but we keep the en .mo around
to avoid upgrade issues.
6 files changed with 10 insertions and 5869 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -147,8 +147,8 @@ use = egg:kallithea
 
full_stack = true
 
static_files = true
 
## Available Languages:
 
## de en fr ja pl pt_BR ru zh_CN zh_TW
 
lang = en
 
## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
 
lang =
 
cache_dir = %(here)s/data
 
index_dir = %(here)s/data/index
 

	
kallithea/bin/template.ini.mako
Show inline comments
 
@@ -145,8 +145,8 @@ use = egg:kallithea
 
full_stack = true
 
static_files = true
 
<%text>## Available Languages:</%text>
 
<%text>## de en fr ja pl pt_BR ru zh_CN zh_TW</%text>
 
lang = ${lang}
 
<%text>## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW</%text>
 
lang =
 
cache_dir = ${here}/data
 
index_dir = ${here}/data/index
 

	
kallithea/config/deployment.ini_tmpl
Show inline comments
 
@@ -142,8 +142,8 @@ use = egg:kallithea
 
full_stack = true
 
static_files = true
 
## Available Languages:
 
## de en fr ja pl pt_BR ru zh_CN zh_TW
 
lang = en
 
## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
 
lang =
 
cache_dir = %(here)s/data
 
index_dir = %(here)s/data/index
 

	
kallithea/i18n/en/LC_MESSAGES/kallithea.po
Show inline comments
 
deleted file
production.ini
Show inline comments
 
@@ -146,8 +146,8 @@ use = egg:kallithea
 
full_stack = true
 
static_files = true
 
## Available Languages:
 
## de en fr ja pl pt_BR ru zh_CN zh_TW
 
lang = en
 
## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
 
lang =
 
cache_dir = %(here)s/data
 
index_dir = %(here)s/data/index
 

	
test.ini
Show inline comments
 
@@ -146,8 +146,8 @@ use = egg:kallithea
 
full_stack = true
 
static_files = true
 
## Available Languages:
 
## de en fr ja pl pt_BR ru zh_CN zh_TW
 
lang = en
 
## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
 
lang =
 
cache_dir = %(here)s/data
 
index_dir = %(here)s/data/index
 

	
0 comments (0 inline, 0 general)