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.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index 584f7d4aeaf..d01f7d0074f 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -43,27 +43,27 @@ module Gitlab
TRANSLATION_LEVELS = {
'bg' => 0,
'cs_CZ' => 0,
- 'da_DK' => 48,
+ 'da_DK' => 46,
'de' => 15,
'en' => 100,
'eo' => 0,
- 'es' => 39,
+ 'es' => 40,
'fil_PH' => 0,
'fr' => 11,
'gl_ES' => 0,
'id_ID' => 0,
'it' => 2,
- 'ja' => 35,
- 'ko' => 13,
- 'nb_NO' => 31,
+ 'ja' => 34,
+ 'ko' => 12,
+ 'nb_NO' => 30,
'nl_NL' => 0,
'pl_PL' => 4,
- 'pt_BR' => 50,
+ 'pt_BR' => 49,
'ro_RO' => 22,
'ru' => 32,
'tr_TR' => 14,
- 'uk' => 44,
- 'zh_CN' => 96,
+ 'uk' => 48,
+ 'zh_CN' => 95,
'zh_HK' => 2,
'zh_TW' => 2
}.freeze