Skip to content

Commit

Permalink
Fix airbnb#139: Add normalized locale for pt-BR
Browse files Browse the repository at this point in the history
  • Loading branch information
likeavirgil committed Jun 29, 2021
1 parent 902c858 commit f476ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var defaultPluralRules = {
chinese: ['id', 'id-ID', 'ja', 'ko', 'ko-KR', 'lo', 'ms', 'th', 'th-TH', 'zh'],
croatian: ['hr', 'hr-HR'],
german: ['fa', 'da', 'de', 'en', 'es', 'fi', 'el', 'he', 'hi-IN', 'hu', 'hu-HU', 'it', 'nl', 'no', 'pt', 'sv', 'tr'],
french: ['fr', 'tl', 'pt-br'],
french: ['fr', 'tl', 'pt-br', 'pt-BR'],
russian: ['ru', 'ru-RU'],
lithuanian: ['lt'],
czech: ['cs', 'cs-CZ', 'sk'],
Expand Down

0 comments on commit f476ce7

Please sign in to comment.