Merge pull request #3884 from leeyazhou/i18n

feat(i18n): add toast i18n with en/zh locale and plugin config support
This commit is contained in:
YeonGyu-Kim
2026-05-21 12:58:45 +09:00
committed by GitHub
12 changed files with 377 additions and 16 deletions
+9
View File
@@ -5946,6 +5946,15 @@
],
"additionalProperties": false
},
"i18n": {
"type": "object",
"properties": {
"locale": {
"type": "string"
}
},
"additionalProperties": false
},
"team_mode": {
"type": "object",
"properties": {