feat(admin-ui): add Bosnian translation (#5395)
- Bosnian translation for Admin UI Resolves: https://github.com/medusajs/medusa/issues/5346 Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
6
.changeset/shiny-apples-serve.md
Normal file
6
.changeset/shiny-apples-serve.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@medusajs/admin-ui": patch
|
||||
"@medusajs/admin": patch
|
||||
---
|
||||
|
||||
feat(admin-ui): add Bosnian translation
|
||||
2011
packages/admin-ui/ui/public/locales/bs/translation.json
Normal file
2011
packages/admin-ui/ui/public/locales/bs/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -41,6 +41,10 @@ export const supportedLanguages = [
|
||||
locale: "es",
|
||||
name: "Español",
|
||||
},
|
||||
{
|
||||
locale: "bs",
|
||||
name: "Bosanski",
|
||||
}
|
||||
]
|
||||
|
||||
const adminPath = getFullAdminPath()
|
||||
|
||||
Reference in New Issue
Block a user