From 50563aaa0b04dd45a334b41c1ca323bb4f80a554 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Sun, 28 Jan 2024 14:11:17 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89i18n=20now?= =?UTF-8?q?=20extends=20partially=20to=20settings=20and=20game=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dropdown.astro | 4 +- src/components/Footer.astro | 2 +- src/components/Input.astro | 2 +- .../SettingsContent/CustomizationTab.astro | 16 +- src/components/SettingsContent/ProxyTab.astro | 44 ++++- src/components/SettingsTablist.astro | 178 ++++++++---------- src/components/ThemeLoader.astro | 4 +- src/components/UVRegistrar.astro | 2 +- src/i18n/en.json | 15 +- src/i18n/jp.json | 16 +- src/layouts/Layout.astro | 15 +- src/pages/[lang]/games.astro | 8 +- src/pages/index.astro | 11 +- 13 files changed, 175 insertions(+), 142 deletions(-) diff --git a/src/components/Dropdown.astro b/src/components/Dropdown.astro index 5617a66..8c5565c 100644 --- a/src/components/Dropdown.astro +++ b/src/components/Dropdown.astro @@ -10,9 +10,7 @@ const { buttonNameDefault, dropdownList, id } = Astro.props; diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7763083..ff05806 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -10,7 +10,7 @@ const t = useTranslations(lang);

{t("footer.brand")}

-

{t("footer.madeWithLove")}

+

{t("footer.madeWithLove")}

{t("footer.services")}

diff --git a/src/components/Input.astro b/src/components/Input.astro index b2c38c3..0cbe946 100644 --- a/src/components/Input.astro +++ b/src/components/Input.astro @@ -14,7 +14,7 @@ interface Props {