diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-06-26 18:31:05 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-06-26 18:31:05 +0000 |
commit | a353ba3753fc9ed369dbb7407278ab57aba99f8c (patch) | |
tree | 1d3d94e27cdf1a04eee7a727475c5c0591682770 /lib | |
parent | 439816529e545001fd7537f05fb95c080f197bd7 (diff) | |
parent | 07d155aa152b1435d5ac7e1a0d33ff413c1c4ea8 (diff) | |
download | gitlab-ce-a353ba3753fc9ed369dbb7407278ab57aba99f8c.tar.gz |
Merge branch '34286_add_esperanto_translations_for_cycle_analytics_and_project_and_repository_pages' into 'master'
Add Esperanto translations for Cycle Analytics, Project, and Repository pages
Closes #34286
See merge request !12442
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/i18n.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb index a5ad2f952d3..db7cdf4b5c7 100644 --- a/lib/gitlab/i18n.rb +++ b/lib/gitlab/i18n.rb @@ -11,7 +11,8 @@ module Gitlab 'zh_CN' => '简体中文', 'zh_HK' => '繁體中文(香港)', 'zh_TW' => '繁體中文(臺灣)', - 'bg' => 'български' + 'bg' => 'български', + 'eo' => 'Esperanto' }.freeze def available_locales |