[Update] Plugins: Add localization system.

This commit is contained in:
Sakamoto Shiina
2025-04-26 01:55:28 +09:00
parent 249c686442
commit 819783ea09
10 changed files with 45 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
export const configs = {
alias: {
"@plugin_store": "store/store.js",
"@initI18n": "locales/initI18n.js",
"@usePluginTranslation": "locales/usePluginTranslation.jsx",
}
}