i18n: Translate locale section

This commit is contained in:
Elian Doran 2024-08-11 08:18:06 +03:00
parent 22dc4ef997
commit e086ba5eb4
No known key found for this signature in database
2 changed files with 1122 additions and 1118 deletions

View File

@ -1,14 +1,15 @@
import OptionsWidget from "../options_widget.js";
import server from "../../../../services/server.js";
import utils from "../../../../services/utils.js";
import { t } from "../../../../services/i18n.js";
const TPL = `
<div class="options-section">
<h4>Localization</h4>
<h4>${t("i18n.title")}</h4>
<div class="form-group row">
<div class="col-6">
<label>Language</label>
<label>${t("i18n.language")}</label>
<select class="locale-select form-control"></select>
</div>
</div>

File diff suppressed because it is too large Load Diff