gecko-dev/browser/locales/searchplugins/wikipedia-lv.xml
Francesco Lodolo (:flod) 0dcaeaf102 Bug 1412215 - Switch Latgalian wikipedia searchplugin to ltg.wikipedia.org, r=delphine
Also fixing a typo in Latvian description

MozReview-Commit-ID: COUtD3ycvm8

--HG--
extra : rebase_source : 8d6e850ec5ab04366f3b991d3353d6e17166d951
2017-10-27 09:14:54 +02:00

20 lines
964 B
XML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Vikipēdija</ShortName>
<Description>Vikipēdija, brīvā enciklopēdija</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">resource://search-plugins/images/wikipedia.ico</Image>
<Url type="application/x-suggestions+json" method="GET" template="https://lv.wikipedia.org/w/api.php">
<Param name="action" value="opensearch"/>
<Param name="search" value="{searchTerms}"/>
</Url>
<Url type="text/html" method="GET" template="https://lv.wikipedia.org/wiki/Special:Search"
resultdomain="wikipedia.org" rel="searchform">
<Param name="search" value="{searchTerms}"/>
<Param name="sourceid" value="Mozilla-search"/>
</Url>
</SearchPlugin>