[Update/bugfix] Plugins: Add localization system to plugins list(plugin_info.json).

Fix the issue that the i18n didn't work in development environment.
This commit is contained in:
Sakamoto Shiina
2025-04-26 04:13:18 +09:00
parent 819783ea09
commit c665f1d355
7 changed files with 98 additions and 43 deletions

View File

@@ -33,8 +33,6 @@ export const SubtitleSystemContainer = () => {
// // カウントダウンタイマー専用の ref
// const countdownIntervalRef = useRef(null);
console.log(t("main_page.title"));
return (
<div className={styles.container}>
<h1 className={styles.title}>{t("main_page.title")}</h1>