Skip to content
Snippets Groups Projects
Verified Commit 02196ae8 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

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

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

This reverts commit bba294a4.
parent 499e612d
Branches
Tags
1 merge request!1036Uplifted the patches for 42397 (set TZ to Reykjavik) and 41966 (packaged locales and UX)
......@@ -349,7 +349,7 @@ async function getLocaleDisplayInfo(localeCodes) {
id: "locale-" + code,
label: localeNames[i],
value: code,
canRemove: code !== Services.locale.defaultLocale,
canRemove: !packagedLocales.has(code),
installed: availableLocales.has(code),
};
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment