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 180ccf21264..fabc02af70a 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' => 31,
- 'de' => 97,
+ 'da_DK' => 30,
+ 'de' => 99,
'en' => 100,
'eo' => 0,
- 'es' => 30,
+ 'es' => 29,
'fil_PH' => 0,
- 'fr' => 98,
+ 'fr' => 99,
'gl_ES' => 0,
'id_ID' => 0,
'it' => 1,
- 'ja' => 98,
- 'ko' => 18,
+ 'ja' => 99,
+ 'ko' => 17,
'nb_NO' => 22,
'nl_NL' => 0,
'pl_PL' => 3,
- 'pt_BR' => 56,
- 'ro_RO' => 82,
+ 'pt_BR' => 57,
+ 'ro_RO' => 80,
'ru' => 23,
'si_LK' => 10,
'tr_TR' => 9,
'uk' => 53,
'zh_CN' => 98,
'zh_HK' => 1,
- 'zh_TW' => 99
+ 'zh_TW' => 100
}.freeze
private_constant :TRANSLATION_LEVELS