feat(i18n): add portuguese language support

This commit is contained in:
Pedro Ramon
2024-12-04 07:39:36 -03:00
parent 7fe8cd03bf
commit cbbbe44802
6 changed files with 50 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ const SUPPORTED_LOCALES = [
"zh-Hans",
"fa",
"ko",
"pt-br",
] as const;
type Locale = (typeof SUPPORTED_LOCALES)[number];