Skip to content

Commit aab13d3

Browse files
authored
feat(i18n): add pt-PT locale (#2639)
1 parent 17ea220 commit aab13d3

2 files changed

Lines changed: 1700 additions & 0 deletions

File tree

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
333333
file: 'pt-BR.json',
334334
name: 'Português (Brasil)',
335335
},
336+
{
337+
code: 'pt-PT',
338+
file: 'pt-PT.json',
339+
name: 'Português (Portugal)',
340+
},
336341
/*{
337342
code: 'sv',
338343
file: 'sv.json',

0 commit comments

Comments
 (0)