Victor Gerbrands
3f016d871a
fix(admin-ui): sort supported languages alphabetically ( #5479 )
...
## What?
Added sorting to the `supportedLanguages` array in `packages/admin-ui/ui/src/i18n/index.ts`. This makes sure the languages in the dropdown are sorted alphabetically.

## Why?
As we're supporting more languages in the admin UI, this list was getting messy.
## How?
By using `sort()` and `localeCompare()` on array declaration.
## Testing
Go to Medusa Admin locally, login and navigate to Settings > Personal information to test the language dropdown.
2023-11-14 15:09:57 +00:00
Kunal Agrawal
201b35cd31
feat(admin-ui): add Hindi Translation ( #5452 )
2023-10-31 16:53:52 +01:00
huuduc2312
ca05436fc1
feat(admin-ui): add Vietnamese translation ( #5442 )
2023-10-31 10:36:05 +01:00
Yersultan
3e5c6f5d8c
feat(admin-ui): Add Russian translation ( #5142 )
2023-10-30 15:12:49 +01:00
Andrii Nutskovskyi
725ba9bb9b
feat(admin-ui): Added Ukrainian translations ( #5084 )
...
Co-authored-by: Victor Gerbrands <42065266+VariableVic@users.noreply.github.com >
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-26 20:23:02 +02:00
Prajjwal Kumar
ec2b8414db
feat(admin-ui): add Tamil translation ( #5463 )
...
* feat(admin-ui): added translations for tamil language
* feat(admin-ui): added the language in i18
2023-10-26 16:50:01 +02:00
Samir Alibabic
3aba6269ed
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 >
2023-10-19 09:00:59 +00:00
Anamarija Papić
d30f4477d9
feat(admin-ui): Add Croatian translation ( #5377 )
...
* feat(admin-ui): Add Croatian translation
* feat(admin-ui): Apply suggestions from code review
Minor fixes in Croatian translation
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
* Create old-laws-clap.md
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
2023-10-19 10:23:15 +02:00
springstan
a9703bd370
feat(admin-ui): Add German translation ( #5267 )
...
* Add German Translation for Admin UI
* Update packages/admin-ui/ui/src/i18n/index.ts
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-04 15:13:18 -07:00
Alessio
c73dbdd5bc
feat(admin-ui): Add Italian translation ( #5282 )
...
Added Italian translation
Any suggestion or improvement is more than welcome.
Thanks
2023-10-04 20:12:51 +00:00
Christian Gil
51bd39db66
feat(admin-ui): Add Spanish translations ( #5264 )
...
Added Spanish translations to the Admin UI
2023-10-04 19:04:56 +00:00
Peter Abdalla
f88e3865a0
feat(admin-ui): Add Arabic translations ( #5140 )
2023-09-27 16:46:21 -04:00
Oli Juhl
54531e38bc
fix(admin-ui): Patch admin path issue ( #5154 )
2023-09-20 16:31:15 +02:00
chemicalkosek
15a1c55def
feat(admin-ui): Add Polish translation ( #5101 )
...
* Add Polish translation
* Create real-carrots-hug.md
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-09-20 12:36:21 +02:00
Oli Juhl
2a2108fe56
fix(admin-ui): Case sensitive locale detection in prod ( #5082 )
...
* fix(admin-ui): Admin path in i18n
* lowercase locale
2023-09-15 17:08:01 +02:00
Oli Juhl
a7459029fe
chore(admin-ui): Add pt-BR to supported languages ( #5080 )
2023-09-15 15:23:17 +02:00
Oli Juhl
c722440c30
fix(admin-ui): Load translations from path ( #5064 )
...
* fix(admin-ui): Load translations from path
* Create big-oranges-battle.md
* fix: resolve public folder path in dev
---------
Co-authored-by: Kasper <kasper@medusajs.com >
2023-09-15 13:19:24 +02:00
Geoffroy Empain
ab754a4cc2
feat(admin-ui): Add French translations ( #5031 )
...
* feat(admin-ui): add fr translations
* chore: register french in available languages
* chore: apply suggestions
---------
Co-authored-by: Geoffroy Empain <geoffroy@charlie-bravo.be >
2023-09-14 14:19:11 +02:00
Oli Juhl
d4432dd183
feat(admin-ui): Add display name + pull supported languages from config ( #5028 )
2023-09-13 09:45:26 +02:00
Geoffroy Empain
afd4e72cdf
feat(admin-ui): Multi-language support ( #4962 )
2023-09-12 14:53:48 +02:00