Started Spanish localization

This commit is contained in:
Patricio Suarez
2023-07-17 15:26:52 -04:00
parent a54e28d353
commit eee1598112
2 changed files with 177 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ export const languages: { [key: string]: Language } = {
countryCode: "de",
fullCode: "de-DE",
},
["es"]: {
name: "Español",
countryCode: "es",
fullCode: "es-ES",
},
}
i18n