Skip to content

Commit 38d53e1

Browse files
authored
feat(i18n): add Brazilian Portuguese (pt-BR) translation support (#565)
1 parent 77769b1 commit 38d53e1

File tree

3 files changed

+1691
-0
lines changed

3 files changed

+1691
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
270270
return { zero: 0, one: 1, two: 0, few: 2, many: 3, other: 4 }[name]
271271
},
272272
},
273+
{
274+
code: 'pt-BR',
275+
file: 'pt-BR.json',
276+
name: 'Português (Brasil)',
277+
},
273278
/*{
274279
code: 'sv',
275280
file: 'sv.json',

0 commit comments

Comments
 (0)