Commit fa89d4ca authored by Francesco Lodolo (:flod)'s avatar Francesco Lodolo (:flod)
Browse files

Bug 1580092 - [ca-valencia] Search engine setup for Firefox for Catalan (Valencian) r=daleharvey

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

--HG--
extra : moz-landing-system : lando
parent 710f275a
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@
        "included": {
          "locales": {
            "matches": [
              "ach", "af", "an", "ar", "ast", "az", "ca", "cak", "da", "de",
              "dsb", "el", "eo", "es-CL", "es-ES",
              "ach", "af", "an", "ar", "ast", "az", "ca", "ca-valencia",
              "cak", "da", "de", "dsb", "el", "eo", "es-CL", "es-ES",
              "es-MX", "eu", "fa", "ff", "fi", "fr", "fy-NL", "gn",
              "gu-IN", "hi-IN", "hr", "hsb", "ia", "is", "it",
              "ja-JP-mac", "ja", "ka", "kab", "km", "kn", "lij", "lo",
@@ -261,7 +261,7 @@
        "webExtensionLocale": "be"
      }, {
        "included": { "locales": {
          "matches": ["an", "ast", "ca", "es-ES", "eu", "gl"]
          "matches": ["an", "ast", "ca", "ca-valencia", "es-ES", "eu", "gl"]
        }},
        "webExtensionLocale": "es"
      }, {
@@ -468,7 +468,8 @@
      "engineName": "diec2",
      "webExtensionId": "diec2@search.mozilla.org",
      "webExtensionVersion": "1.2",
      "appliesTo": [{ "included": { "locales": { "matches": ["ca"]}}}]
      "appliesTo": [{
        "included": { "locales": { "matches": ["ca", "ca-valencia"]}}}]
    },
    {
      "engineName": "drae",
@@ -751,10 +752,10 @@
      "webExtensionVersion": "1.0",
      "appliesTo": [{
        "included": { "locales": { "matches": [
          "en-US", "ach", "an", "bs", "ca", "crh", "en-CA", "ga-IE",
          "gn", "hr", "ia", "ka", "kk", "km", "lo", "lt", "mai",
          "ms", "my", "ne-NP", "oc", "pt-BR", "sl", "tl", "tr",
          "ur", "uz", "wo"
          "en-US", "ach", "an", "bs", "ca", "ca-valencia", "crh",
          "en-CA", "ga-IE", "gn", "hr", "ia", "ka", "kk", "km", "lo",
          "lt", "mai",  "ms", "my", "ne-NP", "oc", "pt-BR", "sl", "tl",
          "tr", "ur", "uz", "wo"
        ]}}
      }, {
        "included": { "locales": { "matches": ["ja-JP-mac", "ja"]}},
@@ -816,7 +817,7 @@
      "appliesTo": [ {
        "included": { "locales": { "matches": [
          "af", "an", "ar", "as", "ast", "az", "be", "bg",
          "br", "bs", "ca", "crh", "cy", "da", "de", "dsb",
          "br", "bs", "ca", "ca-valencia", "crh", "cy", "da", "de", "dsb",
          "el", "eo", "et", "eu", "fa", "fi", "fy-NL", "ga-IE",
          "gd", "gl", "gn", "he", "hr", "hsb", "hu", "ia",
          "id", "is", "it", "ka", "kab", "kk", "km", "kn",
+7 −0
Original line number Diff line number Diff line
@@ -204,6 +204,13 @@
        ]
      }
    },
    "ca-valencia": {
      "default": {
        "visibleDefaultEngines": [
          "google-b-d", "bing", "diec2", "ddg", "ebay-es", "twitter", "wikipedia-ca"
        ]
      }
    },
    "cak": {
      "default": {
        "visibleDefaultEngines": [
+20 −0
Original line number Diff line number Diff line
{
  "extensionName": {
    "message": "Viquipèdia (ca)"
  },
  "extensionDescription": {
    "message": "L'enciclopèdia lliure"
  },
  "searchUrl": {
    "message": "https://ca.wikipedia.org/wiki/Especial:Cerca"
  },
  "searchForm": {
    "message": "https://ca.wikipedia.org/wiki/Especial:Cerca?search={searchTerms}&sourceid=Mozilla-search"
  },
  "suggestUrl": {
    "message": "https://ca.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}"
  },
  "searchUrlGetParams": {
    "message": "search={searchTerms}&sourceid=Mozilla-search"
  }
}
 No newline at end of file