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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-13 15:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-13 15:09:04 +0300
commit67cddd762d819d320ea905ed068f816b354d14bc (patch)
treed59815083f30eeec59527ac06ec26a208a942257 /lib/gitlab/i18n.rb
parent6419f4883904680223a460291f9c538719283058 (diff)
Add latest changes from gitlab-org/gitlab@master
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 31952f75006..d8ef8b11bec 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' => 35,
+ 'da_DK' => 34,
'de' => 16,
'en' => 100,
'eo' => 0,
- 'es' => 34,
+ 'es' => 33,
'fil_PH' => 0,
- 'fr' => 98,
+ 'fr' => 99,
'gl_ES' => 0,
'id_ID' => 0,
'it' => 1,
- 'ja' => 29,
+ 'ja' => 31,
'ko' => 20,
- 'nb_NO' => 24,
+ 'nb_NO' => 23,
'nl_NL' => 0,
'pl_PL' => 3,
'pt_BR' => 57,
- 'ro_RO' => 94,
+ 'ro_RO' => 91,
'ru' => 26,
'si_LK' => 11,
'tr_TR' => 10,
- 'uk' => 54,
+ 'uk' => 55,
'zh_CN' => 98,
'zh_HK' => 1,
- 'zh_TW' => 99
+ 'zh_TW' => 98
}.freeze
private_constant :TRANSLATION_LEVELS