feat(i18n): seed en.json and wire locale copy to app output

This commit is contained in:
mika kuns
2026-06-03 11:41:51 +02:00
parent d95d55e6b8
commit 3c40bb5ea3
5 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"metadata": { "code": "en", "name": "English" },
"settings": {
"title": "SETTINGS",
"save": "Save",
"cancel": "Cancel",
"language": "Language",
"tabGeneral": "General",
"tabWorktrees": "Worktrees",
"tabFiles": "Files",
"tabPrime": "Prime Claude"
}
}