Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: map_locale_display_names(): skip (hide) unusable locales
We can't iterate directly over USABLE_LOCALES: Set(Locale) because Locales aren't sortable. Instead, we parse config.SUPPORTED_LOCALES in order and skip those that aren't in USABLE_LOCALES.
- Loading branch information