Skip to content

Commit

Permalink
feat(i18n): add portuguese translation (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelpina committed Jan 15, 2023
1 parent 6b90131 commit 185bfd1
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading

0 comments on commit 185bfd1

Please sign in to comment.