feat(i18n): add portuguese translation (#1107)
This commit is contained in:
parent
6b90131783
commit
185bfd1ee3
2 changed files with 500 additions and 0 deletions
|
@ -82,6 +82,11 @@ const locales: LocaleObjectData[] = [
|
|||
file: 'cs-CZ.json',
|
||||
name: 'Česky',
|
||||
},
|
||||
{
|
||||
code: 'pt-PT',
|
||||
file: 'pt-PT.json',
|
||||
name: 'Português',
|
||||
},
|
||||
{
|
||||
code: 'tr-TR',
|
||||
file: 'tr-TR.json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue