mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
Translate dynamically added settings (#1794)
* Collect settings i18n at runtime * Translation * Remove unused file
This commit is contained in:
@@ -8,12 +8,7 @@ export default {
|
||||
'tsc-strict'
|
||||
],
|
||||
|
||||
'./src/locales/en.json': () => ['lobe-i18n locale'],
|
||||
|
||||
'./src/constants/*.ts': () => [
|
||||
'tsx scripts/update-constants-locale.ts',
|
||||
'lobe-i18n locale'
|
||||
]
|
||||
'./src/locales/en.json': () => ['lobe-i18n locale']
|
||||
}
|
||||
|
||||
function formatFiles(fileNames) {
|
||||
|
||||
Reference in New Issue
Block a user