mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Add sort button in node library sidebar tab (#259)
* Add sort button on node library * tab template
This commit is contained in:
10
src/i18n.ts
10
src/i18n.ts
@@ -6,7 +6,10 @@ const messages = {
|
||||
settings: 'Settings',
|
||||
themeToggle: 'Toggle Theme',
|
||||
queue: 'Queue',
|
||||
nodeLibrary: 'Node Library'
|
||||
nodeLibrary: 'Node Library',
|
||||
nodeLibraryTab: {
|
||||
sortOrder: 'Sort Order'
|
||||
}
|
||||
}
|
||||
},
|
||||
zh: {
|
||||
@@ -14,7 +17,10 @@ const messages = {
|
||||
settings: '设置',
|
||||
themeToggle: '主题切换',
|
||||
queue: '队列',
|
||||
nodeLibrary: '节点库'
|
||||
nodeLibrary: '节点库',
|
||||
nodeLibraryTab: {
|
||||
sortOrder: '排序顺序'
|
||||
}
|
||||
}
|
||||
}
|
||||
// TODO: Add more languages
|
||||
|
||||
Reference in New Issue
Block a user