feat(app): initial i18n stubbing

This commit is contained in:
Adam
2026-01-19 15:50:23 -06:00
parent 7f50b27996
commit 0470717c7f
7 changed files with 151 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
export const dict = {
"command.category.language": "Language",
"command.language.cycle": "Cycle language",
"command.language.set": "Use language: {{language}}",
"language.en": "English",
"language.zh": "Chinese",
"toast.language.title": "Language",
"toast.language.description": "Switched to {{language}}",
}