Browse Source
Merge pull request #7493 from kiocosta/patch-1
Removes inaccurate "brasilian" language
patch-4
ThomasV
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
electrum/i18n.py
|
|
@ -69,7 +69,7 @@ languages = { |
|
|
|
'nb_NO': _('Norwegian Bokmal'), |
|
|
|
'nl_NL': _('Dutch'), |
|
|
|
'pl_PL': _('Polish'), |
|
|
|
'pt_BR': _('Brasilian'), |
|
|
|
'pt_BR': _('Portuguese (Brazil)'), |
|
|
|
'pt_PT': _('Portuguese'), |
|
|
|
'ro_RO': _('Romanian'), |
|
|
|
'ru_RU': _('Russian'), |
|
|
|