Bug 1544486 - Marktplaats WebExtension breaks search initialisation for fy-NL/nl locales. r=daleharvey

Differential Revision: https://phabricator.services.mozilla.com/D27541

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mark Banner 2019-04-15 19:20:45 +00:00
Родитель 9c36cf5c77
Коммит d601047536
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -176,7 +176,7 @@ const SEARCH_GEO_DEFAULT_UPDATE_INTERVAL = 2592000; // 30 days.
// engines we use engine-locale to address the engine.
// This is to be removed in https://bugzilla.mozilla.org/show_bug.cgi?id=1532246
const MULTI_LOCALE_ENGINES = [
"amazon", "amazondotcom", "bolcom", "ebay", "google", "markplaats",
"amazon", "amazondotcom", "bolcom", "ebay", "google", "marktplaats",
"mercadolibre", "twitter", "wikipedia", "wiktionary", "yandex", "multilocale",
];