feat(admin-ui): Add Spanish translations (#5264)
Added Spanish translations to the Admin UI
This commit is contained in:
@@ -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