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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/i18n.rb')
-rw-r--r--lib/gitlab/i18n.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index 30465ff5f74..5b9216c0914 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -44,30 +44,30 @@ module Gitlab
TRANSLATION_LEVELS = {
'bg' => 0,
'cs_CZ' => 0,
- 'da_DK' => 39,
+ 'da_DK' => 38,
'de' => 17,
'en' => 100,
'eo' => 0,
- 'es' => 38,
+ 'es' => 37,
'fil_PH' => 0,
'fr' => 11,
'gl_ES' => 0,
'id_ID' => 0,
'it' => 1,
- 'ja' => 32,
- 'ko' => 12,
+ 'ja' => 31,
+ 'ko' => 17,
'nb_NO' => 26,
'nl_NL' => 0,
'pl_PL' => 4,
- 'pt_BR' => 55,
- 'ro_RO' => 100,
+ 'pt_BR' => 56,
+ 'ro_RO' => 99,
'ru' => 27,
'si_LK' => 10,
- 'tr_TR' => 12,
+ 'tr_TR' => 11,
'uk' => 50,
- 'zh_CN' => 99,
+ 'zh_CN' => 97,
'zh_HK' => 1,
- 'zh_TW' => 100
+ 'zh_TW' => 99
}.freeze
private_constant :TRANSLATION_LEVELS