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.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index a1b6e937396..af7c53abf09 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -44,7 +44,7 @@ module Gitlab
TRANSLATION_LEVELS = {
'bg' => 0,
'cs_CZ' => 0,
- 'da_DK' => 33,
+ 'da_DK' => 32,
'de' => 15,
'en' => 100,
'eo' => 0,
@@ -54,18 +54,18 @@ module Gitlab
'gl_ES' => 0,
'id_ID' => 0,
'it' => 1,
- 'ja' => 31,
+ 'ja' => 32,
'ko' => 19,
'nb_NO' => 22,
'nl_NL' => 0,
'pl_PL' => 3,
'pt_BR' => 56,
- 'ro_RO' => 89,
- 'ru' => 25,
+ 'ro_RO' => 87,
+ 'ru' => 24,
'si_LK' => 10,
'tr_TR' => 10,
'uk' => 53,
- 'zh_CN' => 96,
+ 'zh_CN' => 99,
'zh_HK' => 1,
'zh_TW' => 98
}.freeze