diff --git a/astro-i18next.config.ts b/astro-i18next.config.ts deleted file mode 100644 index 8ef8159..0000000 --- a/astro-i18next.config.ts +++ /dev/null @@ -1,4 +0,0 @@ -export default { - defaultLocale: "en", - locales: ["en", "jp"], - }; \ No newline at end of file diff --git a/src/components/SettingsTablist.astro b/src/components/SettingsTablist.astro index c7a3a41..db7a0be 100644 --- a/src/components/SettingsTablist.astro +++ b/src/components/SettingsTablist.astro @@ -42,35 +42,53 @@ import CustomizationTab from "./SettingsContent/CustomizationTab.astro"; -