]> git.openstreetmap.org Git - osqa.git/commitdiff
OSQA-265
authorqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 28 Jun 2010 15:25:10 +0000 (15:25 +0000)
committerqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 28 Jun 2010 15:25:10 +0000 (15:25 +0000)
opensearch.html is now localizable

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@462 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/opensearch.html

index 8ae23a9612ab0aba843214c74b30e05370d95135..d6891def23f392e97932f186c311fae45d86c1d5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
 <?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"/>
 </OpenSearchDescription>
\ No newline at end of file
    <Tags>{{ settings.APP_KEYWORDS }}</Tags>
    <Url type="text/html" template="{{ settings.APP_URL }}/search/?q={searchTerms}&amp;t=question"/>
 </OpenSearchDescription>
\ No newline at end of file