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

Fix #11602
master
Eugen Rochko 5 years ago committed by GitHub
parent 50755a47b4
commit bc869501f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/helpers/settings_helper.rb

@ -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