Skip to content
Snippets Groups Projects
Commit 5be723a9 authored by henry's avatar henry
Browse files

Bug 41966: Allow removing locales from the locale alternatives list.

parent 8c14330e
No related branches found
No related tags found
1 merge request!992Allow removing locales from the locale alternatives list.
......@@ -349,7 +349,7 @@ async function getLocaleDisplayInfo(localeCodes) {
id: "locale-" + code,
label: localeNames[i],
value: code,
canRemove: !packagedLocales.has(code),
canRemove: code !== Services.locale.defaultLocale,
installed: availableLocales.has(code),
};
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment