From a5be3e6db7eb4137a97a5dca052d6d6c349d3101 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Fri, 11 Sep 2026 13:08:38 +0000 Subject: [PATCH] Bug 2057690 - Add Wikipedia search for Sardinian. r=search-reviewers,scunnane Differential Revision: https://phabricator.services.mozilla.com/D318805 --- .../search/tests/xpcshell/searchconfigs/test_searchconfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolkit/components/search/tests/xpcshell/searchconfigs/test_searchconfig.js b/toolkit/components/search/tests/xpcshell/searchconfigs/test_searchconfig.js index 7fc0eaad6d76..d494c4ce56fb 100644 --- a/toolkit/components/search/tests/xpcshell/searchconfigs/test_searchconfig.js +++ b/toolkit/components/search/tests/xpcshell/searchconfigs/test_searchconfig.js @@ -51,6 +51,7 @@ const WIKIPEDIA_LOCALES_INFO = [ [["ia"]], [["id"]], [["is"]], + [["it", "fur"], "it", "it"], [["ja", "ja-JP-macos"], "ja", "ja"], [["ka"]], [["kab"]], @@ -58,7 +59,6 @@ const WIKIPEDIA_LOCALES_INFO = [ [["km"]], [["kn"]], [["ko"], "ko", "kr"], - [["it", "fur", "sc"], "it", "it"], [["lij"]], [["lo"]], [["lt"]], @@ -79,6 +79,7 @@ const WIKIPEDIA_LOCALES_INFO = [ [["rm"]], [["ro"]], [["ru"]], + [["sc"]], [["si"]], [["sk"]], [["sl"]],