changed locales from .ts to .json,

configured i18n-ally,
upgrade APIlite and regenerated BackendAPI.ts,
fixed successMessage value
This commit is contained in:
2026-02-14 06:47:14 +01:00
parent 210ab43a0b
commit 92086055dc
20 changed files with 336 additions and 269 deletions

9
frontend/.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"oxc.oxc-vscode",
"esbenp.prettier-vscode"
]
}