Skip to content

Commit

Permalink
Enable automatic selection of pt-BR in Brazil
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Dec 29, 2018
1 parent de215d8 commit 1d923cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/src/intl.es6
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 1d923cf

Please sign in to comment.