## 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.
Changesets
Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository
We have a quick list of common questions to get you started engaging with this project in our documentation