feat(admin-ui): Add Spanish translations (#5264)

Added Spanish translations to the Admin UI
This commit is contained in:
Christian Gil
2023-10-04 13:04:56 -06:00
committed by GitHub
parent 0b4e7ef9c3
commit 51bd39db66
2 changed files with 1928 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -25,6 +25,10 @@ export const supportedLanguages = [
locale: "pl",
name: "Polski",
},
{
locale: "es",
name: "Español",
},
]
const adminPath = getFullAdminPath()