feat(admin-ui): Add Spanish translations (#5264)
Added Spanish translations to the Admin UI
This commit is contained in:
1924
packages/admin-ui/ui/public/locales/es/translation.json
Normal file
1924
packages/admin-ui/ui/public/locales/es/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -25,6 +25,10 @@ export const supportedLanguages = [
|
||||
locale: "pl",
|
||||
name: "Polski",
|
||||
},
|
||||
{
|
||||
locale: "es",
|
||||
name: "Español",
|
||||
},
|
||||
]
|
||||
|
||||
const adminPath = getFullAdminPath()
|
||||
|
||||
Reference in New Issue
Block a user