Merge branch 'canary' into refactor-i18n

This commit is contained in:
Mauricio Siu
2024-12-29 15:51:17 -06:00
committed by GitHub
228 changed files with 5598 additions and 913 deletions

View File

@@ -18,4 +18,3 @@ export const Languages = {
export type Language = keyof typeof Languages;
export type LanguageCode = (typeof Languages)[keyof typeof Languages]["code"];