Improved translations

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

View file

@ -24,9 +24,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">
@ -63,8 +63,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>