Locales
Add locales, set the default, and remove non-default locales.
Use Settings → Locales for the locale actions available in the current Admin UI. A locale key is public: delivery requests use it, and omission uses the Backend default.
Add or set a locale
- Select Add locale, then enter the locale name and stable public key. This requires
backend.readandlocale.create; viewing the list requiresbackend.readandlocale.read. - On a non-default locale, select Set default. This requires
backend.readandlocale.updatewith scope matching that locale.
The current screen does not edit locale names or keys, reorder locales, or configure fallback metadata. Although locale.reorder exists as an API permission, there is no reorder control here.
Remove a locale
A non-default locale shows Remove only when more than one locale exists. Removing it requires backend.read and locale.delete with scope matching that locale.
The default locale cannot be removed, and at least one locale remains. Jetrepo does not select locales through Accept-Language.