feat(i18n): seed en.json and wire locale copy to app output
This commit is contained in:
13
src/ClaudeDo.Localization/locales/en.json
Normal file
13
src/ClaudeDo.Localization/locales/en.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user