]> cat aescling's git repositories - mastodon.git/commitdiff
Fix name of Portuguese language not including Portugal (#11820)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 13 Sep 2019 14:00:19 +0000 (16:00 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 14:00:19 +0000 (16:00 +0200)
Fix #11602

app/helpers/settings_helper.rb

index 92bc222ea9dfd96c023bcd196a7afa83da55d7e8..0cfde7edc6938880a9d2f587ee6bcf14d865c6a9 100644 (file)
@@ -42,8 +42,8 @@ module SettingsHelper
     no: 'Norsk',
     oc: 'Occitan',
     pl: 'Polski',
-    pt: 'Português',
-    'pt-BR': 'Português do Brasil',
+    pt: 'Português (Portugal)',
+    'pt-BR': 'Português (Brasil)',
     ro: 'Română',
     ru: 'Русский',
     sk: 'Slovenčina',