Merge branch 'canary' into i18n-kazakh

This commit is contained in:
Mauricio Siu
2024-12-07 13:13:30 -06:00
12 changed files with 1453 additions and 1095 deletions

View File

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