Browse Source

Fix name of Portuguese language not including Portugal (#11820)

Fix #11602
pull/4/head
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
bc869501f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/helpers/settings_helper.rb

+ 2
- 2
app/helpers/settings_helper.rb View 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',

Loading…
Cancel
Save