Extend i18n support: Add new translation keys for Download and Share modals

This commit is contained in:
Ryan
2025-04-13 18:38:21 -04:00
committed by GitHub
parent 97559873dc
commit a9c4200827
6 changed files with 54 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.
import { sendRequest } from './networkUtils.js';
import { t, applyTranslations, setLocale } from './i18n.js';
const version = "v1.1.2";
const version = "v1.1.3";
// Use t() for the admin panel title. (Make sure t("admin_panel") returns "Admin Panel" in English.)
const adminTitle = `${t("admin_panel")} <small style="font-size: 12px; color: gray;">${version}</small>`;