summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-24 07:33:09 +0000
committerPhil Hughes <me@iamphill.com>2017-07-24 07:33:09 +0000
commit9e8ea0746f40953610f1b59f96b28f5bc95c8de4 (patch)
tree2c146675ebfcd90a99035468b4790ef069d51ea3
parent37056673e4c25db20c70b522985ed8db70625844 (diff)
parent28f13d04566dfd63c4eac4b1b53b43d6c56ee2ca (diff)
downloadgitlab-ce-9e8ea0746f40953610f1b59f96b28f5bc95c8de4.tar.gz
Merge branch '35412-language-space' into 'master'
Add space between words in language dropdown Closes #35412 See merge request !13016
-rw-r--r--lib/gitlab/i18n.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index a1b896c9511..cc282d1415b 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -7,10 +7,10 @@ module Gitlab
'es' => 'Español',
'de' => 'Deutsch',
'fr' => 'Français',
- 'pt_BR' => 'Português(Brasil)',
+ 'pt_BR' => 'Português (Brasil)',
'zh_CN' => '简体中文',
- 'zh_HK' => '繁體中文(香港)',
- 'zh_TW' => '繁體中文(臺灣)',
+ 'zh_HK' => '繁體中文 (香港)',
+ 'zh_TW' => '繁體中文 (臺灣)',
'bg' => 'български',
'ru' => 'Русский',
'eo' => 'Esperanto',