Skip to content

Commit

Permalink
fix: portugal flag (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Apr 24, 2024
1 parent 6b757d1 commit 92ffe0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generated/languageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2476,8 +2476,8 @@ export const languageInfo = {
pt: {
englishName: 'Portuguese',
originalName: 'português',
regions: ['BR', 'AO', 'PT', 'MZ', 'GW', 'TL', 'CV', 'ST', 'MO', 'GQ'],
flags: ['🇧🇷', '🇦🇴', '🇵🇹', '🇲🇿', '🇬🇼', '🇹🇱', '🇨🇻', '🇸🇹', '🇲🇴', '🇬🇶'],
regions: ['PT', 'BR', 'AO', 'MZ', 'GW', 'TL', 'CV', 'ST', 'MO', 'GQ'],
flags: ['🇵🇹', '🇧🇷', '🇦🇴', '🇲🇿', '🇬🇼', '🇹🇱', '🇨🇻', '🇸🇹', '🇲🇴', '🇬🇶'],
population: 237135430,
},
'pt-AO': {
Expand Down
1 change: 1 addition & 0 deletions src/languageTerritoryOrder.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const languageTerritoryOrder = {
en: ['GB', 'US'],
es: ['ES'],
pt: ['PT'],
};

0 comments on commit 92ffe0f

Please sign in to comment.