mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
Enable automatic selection of pt-BR in Brazil
This commit is contained in:
parent
de215d8f88
commit
1d923cf406
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ const RTL_LANGS = [
|
|||
// For now, we only default to a localized version of Mailspring if the translations
|
||||
// have been manually reviewed by a contributor. We have Google translations in /tons/
|
||||
// of languages but in many languages the translations are poor.
|
||||
const VERIFIED_LANGS = ['en', 'de', 'es', 'fr', 'ko', 'pl', 'zh-TW'];
|
||||
const VERIFIED_LANGS = ['en', 'de', 'es', 'fr', 'ko', 'pl', 'zh-TW', 'pt-BR'];
|
||||
|
||||
const LANG_NAMES = {
|
||||
af: 'Afrikaans',
|
||||
|
@ -108,7 +108,7 @@ const LANG_NAMES = {
|
|||
pa: 'Punjabi',
|
||||
pl: 'Polish',
|
||||
pt: 'Portuguese',
|
||||
pt_BR: 'Brazilian Portuguese',
|
||||
'pt-BR': 'Brazilian Portuguese',
|
||||
rm: 'Romansh',
|
||||
ro: 'Romanian',
|
||||
ru: 'Russian',
|
||||
|
|
Loading…
Reference in a new issue