feat(i18n): add portuguese translation (#1107)

This commit is contained in:
Emanuel Pina 2023-01-15 15:19:02 +00:00 committed by GitHub
parent 6b90131783
commit 185bfd1ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 500 additions and 0 deletions

View file

@ -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',