feat(i18n): add Spanish language support

This commit is contained in:
Jose Manuel Gonzalez
2024-12-25 22:44:31 +01:00
parent a325b293b6
commit a172abaee4
3 changed files with 54 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ export enum Languages {
Portuguese = "pt-br",
Italian = "it",
Japanese = "ja",
Spanish = "es",
}
export type Language = keyof typeof Languages;