]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/opensearch.html
Applies patches by Justing Grant. Makes several improvements in the db exporter.
[osqa.git] / forum / skins / default / templates / opensearch.html
index 8ae23a9612ab0aba843214c74b30e05370d95135..0c9d6bf270a65eb2b5602959f0d3e5743122bb54 100644 (file)
@@ -1,7 +1,8 @@
+{% load i18n %}
 <?xml version="1.0" encoding="UTF-8"?>
 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
-   <ShortName>{{ settings.APP_SHORT_NAME }} Search</ShortName>
-   <Description>Search {{ settings.APP_SHORT_NAME }} using your browser.</Description>
+   <ShortName>{{ settings.APP_SHORT_NAME }} {% trans "Search" %}</ShortName>
+   <Description>{% trans "Search" %} {{ settings.APP_SHORT_NAME }} {% trans "using your browser." %}</Description>
    <Tags>{{ settings.APP_KEYWORDS }}</Tags>
-   <Url type="text/html" template="{{ settings.APP_URL }}/search/?q={searchTerms}&amp;t=question"/>
+   <Url type="text/html" template="{{ settings.APP_URL }}/{% trans "search" %}/?q={searchTerms}&amp;t=question"/>
 </OpenSearchDescription>
\ No newline at end of file