wgui: basic i18n support, refactoring: use LayoutState, translation framework (LLM-based generator)
This commit is contained in:
16
scripts/translator/package.json
Normal file
16
scripts/translator/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/node": "^22.13.13"
|
||||
},
|
||||
"name": "llm_translator",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"ollama": "^0.5.14"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user