[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

@@ -35,7 +35,6 @@
"i18next": "24.1.0",
"jotai": "2.10.3",
"js-base64": "3.7.7",
"js-yaml": "4.1.0",
"jszip": "3.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -45,6 +44,7 @@
"semver": "7.7.1"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
"@tauri-apps/cli": "1.6.3",
"npm-run-all": "4.1.5",
"sass": "1.79.4",