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:
author黄涛 <htve@outlook.com>2017-06-06 06:38:28 +0300
committer黄涛 <htve@outlook.com>2017-06-07 04:51:56 +0300
commitd2bfd329e942d43bfdc6bcbb46ee4faf48055522 (patch)
tree2487cd1e27f9330ecfb9769693581a73319f6208 /lib/gitlab
parent24511c4811c4c8b11ce381f2fc30fee0858e0ee4 (diff)
add portuguese brazil translation of cycle analytics page
Fix #33334
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/i18n.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index f7ac48f7dbd..6a8f9418df3 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -6,6 +6,7 @@ module Gitlab
'en' => 'English',
'es' => 'Español',
'de' => 'Deutsch',
+ 'pt_BR' => 'Português(Brasil)',
'zh_CN' => '简体中文',
'zh_HK' => '繁體中文(香港)',
'zh_TW' => '繁體中文(臺灣)'