Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrZYX <pr0fkill@gmail.com>2011-02-26 15:37:10 +0300
committerMrZYX <pr0fkill@gmail.com>2011-02-26 16:22:14 +0300
commitafecfe5e938a6dbe6743382bb6c43c4cc84b7f42 (patch)
tree37527ad9755a99cb7dc718051cca1387d10dc570 /config/locale_settings.yml
parent782dc55d6303a0c34e5efb876ea8a1bab948b647 (diff)
save the correct url on redirect in http_multi job; be tolerant about messed up urls in the db
Diffstat (limited to 'config/locale_settings.yml')
-rw-r--r--config/locale_settings.yml27
1 files changed, 8 insertions, 19 deletions
diff --git a/config/locale_settings.yml b/config/locale_settings.yml
index 63af26001..2bc3842c3 100644
--- a/config/locale_settings.yml
+++ b/config/locale_settings.yml
@@ -34,22 +34,11 @@ available:
tr: 'Türk'
zh: '中文'
fallbacks:
- en-GB:
- - :en
- en-US:
- - :en
- en_shaw:
- - :en
- - :en-GB
- - :en-US
- sv:
- - :sv-SE
- he:
- - :he-IL
- es-CL:
- - :es
- gl:
- - :gl-ES
- zh:
- - :zh-CN
- - :zh-TW
+ en-GB: [:en]
+ en-US: [:en]
+ en_shaw: [:en, :en-GB, :en-US]
+ sv: [:sv-SE]
+ he: [:he-IL]
+ es-CL: [:es]
+ gl: [:gl-ES]
+ zh: [:zh-CN, :zh-TW]