Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
1bc5afc
feat(i18n): add Brazilian Portuguese (pt-BR) translation support
brenoepics Jan 31, 2026
7ba156f
feat(i18n): expand Brazilian Portuguese translations for package details
brenoepics Jan 31, 2026
6c13cd5
feat(i18n): expand Brazilian Portuguese translations for package details
brenoepics Jan 31, 2026
ef291a9
feat(i18n): update Brazilian Portuguese translations for package details
brenoepics Jan 31, 2026
4c89217
feat(i18n): update Brazilian Portuguese translations for connector st…
brenoepics Jan 31, 2026
1c64166
feat(i18n): update Brazilian Portuguese translations for organization…
brenoepics Jan 31, 2026
6a274d3
feat(i18n): update Brazilian Portuguese translations for user and org…
brenoepics Jan 31, 2026
2d927b5
feat(i18n): update Brazilian Portuguese translations for code and bad…
brenoepics Jan 31, 2026
bd5847e
feat(i18n): update Brazilian Portuguese translations for filters section
brenoepics Jan 31, 2026
f999a4f
feat(i18n): update Brazilian Portuguese translations for about and ac…
brenoepics Jan 31, 2026
3d876ae
feat(i18n): update Brazilian Portuguese translations for authenticati…
brenoepics Jan 31, 2026
b33246d
feat(i18n): update Brazilian Portuguese translations for header section
brenoepics Jan 31, 2026
08ccd8f
feat(i18n): update Brazilian Portuguese translations for compare section
brenoepics Jan 31, 2026
8f505d8
feat(i18n): update lunaria Brazilian Portuguese translations
brenoepics Jan 31, 2026
f864814
Merge branch 'main' into feat-pt-BR
brenoepics Jan 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
return { zero: 0, one: 1, two: 0, few: 2, many: 3, other: 4 }[name]
},
},
{
code: 'pt-BR',
file: 'pt-BR.json',
name: 'Português (Brasil)',
},
/*{
code: 'sv',
file: 'sv.json',
Expand Down
Loading
Loading