Improved translations
Some checks failed
Run Integration Tests / test (push) Failing after 41s

This commit is contained in:
partisan 2025-05-28 11:01:51 +02:00
parent 4867b3b932
commit 8e0682cb43
53 changed files with 81 additions and 81 deletions

View file

@ -6,7 +6,7 @@
{{ if .IsThemeDark }}
<meta name="darkreader-lock">
{{ end }}
<title>{{ translate "site_description" }}</title>
<title>{{ translate "site_name" }}</title>
<!-- Inline Style to Avoid Flashbang -->
<style>
body {
@ -39,9 +39,9 @@
<button class="material-icons-round clickable settings-icon-link settings-icon-link-search">&#xe5d2;</button>
</div>
<div class="search-menu settings-menu-hidden">
<h2>Settings</h2>
<h2>{{ translate "settings" }}</h2>
<div class="settings-content">
<button id="settingsButton" onclick="window.location.href='/settings'">All settings</button>
<button id="settingsButton" onclick="window.location.href='/settings'">{{ translate "all_settings" }}</button>
<div class="theme-settings">
<p><span class="highlight">Current theme: </span> <span id="theme_name">{{.Theme}}</span></p>
<div class="themes-settings-menu">
@ -78,8 +78,8 @@
src="/static/images/icon.svg"
alt="QGato"
>
<h2>QGato</h2>
<p>A open-source private search engine.</p>
<h2>{{ translate "site_name" }}</h2>
<p>{{ translate "site_description" }}</p>
<div class="button-container">
<button onclick="window.location.href='https://weforge.xyz/Spitfire/Search'">Source Code</button>
<button onclick="window.location.href='/privacy'">Privacy policy</button>