Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 86dee6a8 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix page language

parent 68e2573d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ $(document).ready(function(){
    }
    return -1;
  }
  var langCode = navigator.language || "en-US";
  var langCode = document.documentElement.lang || "en-US";
  
  var browser_urls = {
    "chrome": "https://support.google.com/chrome/answer/95426?hl=" + langCode,
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
{% endif %}

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" {% if rtl %} dir="rtl" {% endif %} class="{{ etheme_style }}">
<html xmlns="http://www.w3.org/1999/xhtml" lang={{ locale_rfc5646 }} xml:lang={{ locale_rfc5646 }} {% if rtl %} dir="rtl" {% endif %} class="{{ etheme_style }}">
<head>
    <meta charset="UTF-8" />
    <meta name="description" content="spot.murena.io, powered by searxng" />
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ msgstr "Funciones estadísticas"

#: searx/answerers/statistics/answerer.py:48
msgid "Compute {functions} of the arguments"
msgstr "Calcula {funciones} de los argumentos"
msgstr "Calcula {functions} de los argumentos"

#: searx/engines/openstreetmap.py:167
msgid "Get directions"