Fahd Arafat
c7303ea465
Add new workflow button in topbar for tab view ( #1903 )
2024-12-13 14:14:13 -08:00
Chenlei Hu
618b451f1e
[test] Stricter locator matching on workflows sidebar elements ( #1905 )
...
* [test] Stricter locator matching on workflows sidebar elements
* nit
2024-12-13 14:13:56 -08:00
Chenlei Hu
a99f63784d
Fix io slot label overwrite by i18n ( #1904 )
...
* Add test on export with different locales
* Fix node slot rename
2024-12-13 12:27:16 -08:00
Yoland Yan
6f7c7f3c61
Update default value for 'Opened workflows position' setting from 'Sidebar' to 'Topbar' in coreSettings.ts ( #1902 )
2024-12-13 09:45:52 -08:00
Chenlei Hu
458ff350c8
1.5.15 ( #1900 )
...
* 1.5.15
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-13 08:24:01 -08:00
Chenlei Hu
fc8c10bca4
Add Comfy-Desktop.OpenUserGuide in help menu ( #1896 )
...
* Add Comfy-Desktop.OpenUserGuide in help menu
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-12 16:39:54 -08:00
filtered
28ab86cd4a
Fix #1769 - Keep log on screen after installation error ( #1891 )
...
* Hide terminal on server start error
* nit - Doc
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-12 14:41:07 -08:00
Chenlei Hu
efb6f8afe3
Proper fix on locale message type ( #1894 )
2024-12-12 14:26:43 -08:00
Chenlei Hu
a2549f23c7
Fix circular dependency on updating missing locale ( #1893 )
2024-12-12 12:26:18 -08:00
oto-ciulis-tt
7877c96ffe
feat: Add more server side arguments ( #1846 )
...
* feat: Add more server side arguments
* nit
* Update locales [skip ci]
---------
Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2024-12-12 11:18:21 -08:00
Chenlei Hu
4997d13219
[i18n] Add commands label translation ( #1890 )
...
* [i18n] Add commands label translation
* Use translation
2024-12-12 09:28:47 -08:00
Chenlei Hu
c5135afd29
[i18n] Fix some unintuitive Chinese translations ( #1889 )
2024-12-12 08:32:53 -08:00
Chenlei Hu
a1ffc521a4
[i18n] Update i18n on node defs ( #1885 )
...
* [i18n] Update i18n on node defs
* Update test expectations [skip ci]
* Downgrade i18n-cli
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-11 19:59:51 -08:00
Chenlei Hu
f23530afcf
[i18n] Translate widget label ( #1883 )
...
* [i18n] Translate widget label
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-11 18:03:56 -08:00
Chenlei Hu
c5f77de1bf
[CSS] Use brighter secondary menu color in light mode ( #1882 )
2024-12-11 16:11:12 -08:00
Chenlei Hu
c60645d9f4
[i18n] Translate node input label ( #1880 )
2024-12-11 14:57:49 -08:00
Chenlei Hu
ebbff358a0
[i18n] Fix untranslated dataTypes in ru ( #1879 )
2024-12-11 12:13:39 -08:00
Chenlei Hu
a39c04d56e
[i18n] Split nodeDefs translations to a separate json file ( #1878 )
...
* [i18n] Split nodeDefs translations to a separate json file
* build locale
2024-12-11 11:51:54 -08:00
Chenlei Hu
9e61d1509f
[i18n] Fix ko translation schema ( #1877 )
2024-12-11 11:38:00 -08:00
Chenlei Hu
0c511d08e6
[i18n] Use folder mode for locale ( #1876 )
...
* [i18n] Use folder mode for locale
* try pipe
2024-12-11 11:29:52 -08:00
filtered
929e3a5733
Add native context menu when using desktop ( #1875 )
...
* Add system menu to elements
* Add desktop text context menu control
* Update electron types
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-11 11:29:14 -08:00
Chenlei Hu
75c98d00fc
[i18n] Fix node output label translation ( #1871 )
2024-12-11 09:36:44 -08:00
Chenlei Hu
e7733d94f9
[i18n] Supress expected translation/fallback warnings ( #1867 )
2024-12-11 08:32:50 -08:00
Chenlei Hu
20a3a95df2
Fix output label on untranslated output names ( #1866 )
...
* Fix output label on untranslated output names
* nit
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-11 08:09:37 -08:00
Yuki Shindo
d2bbf41fb5
Add translated setting names to the search index for improved localization support ( #1865 )
...
* feat: add translated setting names to the search index for improved localization support
* nit
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-11 08:07:41 -08:00
Chenlei Hu
b48619878f
Replace deprecated InputSwitch with ToggleSwitch ( #1861 )
2024-12-10 17:08:58 -08:00
Chenlei Hu
ac6130a556
[i18n] Translate node input/output label and tooltip ( #1860 )
...
* [i18n] Translate node input/output labels
* nit
* Impl actual translation
* Remove outputs where name is the type
* Pick outputs key
* Translate outputs
* Properly persist label
* Translate input tooltips
* Translate single node
* Translate first node
* Translate 10 nodes
* Exclude input name translation
* Update test expectations [skip ci]
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-10 17:08:45 -08:00
Chenlei Hu
86797d2492
[i18n] Collect node data types ( #1859 )
...
* [i18n] Collect node data types
* nit
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-10 11:29:54 -08:00
Chenlei Hu
112a693f3d
[i18n] Translate setting options ( #1858 )
...
* Collect options
* Translate setting options
* Update locales [skip ci]
* Normalize key
* Revert change of logic
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-10 09:31:13 -08:00
oto-ciulis-tt
57701f6145
feat: Adding indicator for completed download ( #1852 )
...
* feat: Adding indicator for completed download
* Reverting changes
* Inline color style
---------
Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-09 15:09:33 -08:00
filtered
c2145b6f45
Adjust UI theme slightly ( #1853 )
...
* Format CSS - prettier
* Cast Minor Shadows
Adds faint shadows to the top and side bars
* Darken the sidebar slightly
* Add theme config for bar shadows
* Fix menu item alignment and spacing
* [Refactor] Prefer canvas setDirty over draw
- nits
- types
2024-12-09 15:03:14 -08:00
Chenlei Hu
b4ccaf4fec
Rename EditAttention to EditTokenWeight ( #1848 )
...
* Rename EditAttention to EditTokenWeight
* Update locales [skip ci]
* Remove EditAttention
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-08 20:22:09 -05:00
Chenlei Hu
aa04ab78c1
Replace window.prompt with custom prompt impl ( #1847 )
...
* Replace window.prompt with custom prompt impl
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-08 16:55:32 -05:00
Chenlei Hu
1671437fb3
Fix korea translation activation ( #1845 )
...
* Fix korea translation activation
* nit
2024-12-08 11:48:05 -05:00
Chenlei Hu
9d49cb0e4b
Add support for korea translation ( #1830 )
...
* Add support for korea translation
* Update locales [skip ci]
* Update ko.json
* Update locales [skip ci]
* Update ko.json
---------
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com >
2024-12-08 11:44:36 -05:00
Chenlei Hu
43548785b5
Fix Comfy-Desktop.Reinstall command label ( #1844 )
2024-12-07 22:13:03 -05:00
Chenlei Hu
b6038128cb
[i18n] g global namespace ( #1843 )
...
* Batch move global scope i18n to g. namespace
* Minor fix
* Update locale
* Update locales [skip ci]
* More moves
* Regroup icon/color
* nit
* Fix component test
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-07 22:07:03 -05:00
Chenlei Hu
a76159e9a0
[i18n] Translate node categories ( #1842 )
...
* [i18n] Translate node categories
* nit
* Update locales [skip ci]
* Fix some translations
* Do translate
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-07 21:25:40 -05:00
Yuki Shindo
059dfcbebb
Use i18n keys for workflow tree type labels ( #1839 )
...
* fix: use i18n keys for workflow tree type labels
* Inline translations
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-07 18:52:52 -05:00
Chenlei Hu
c17d44638e
[i18n] Safe fallback to original string ( #1838 )
...
* [i18n] Safe fallback to original string
* nit
2024-12-07 18:48:14 -05:00
filtered
0e385c4262
Require confirmation for desktop reinstall ( #1835 )
...
* Add generic default button for unknown dialogs
* Add reinstall confirmation dialog
* Prevent removal of newlines in i18n dialogs
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-07 10:24:00 -05:00
filtered
b0e37036d5
Fix missing titles during desktop installation ( #1831 )
...
* Add missing desktop translation keys
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-06 22:18:19 -05:00
Yuki Shindo
6eb5ee99d8
feat: use friendly language names for Comfy.Locale setting options ( #1828 )
2024-12-06 20:19:01 -05:00
Chenlei Hu
6409e17d4a
Hint for empty canvas when invoking Comfy.Canvas.FitView ( #1826 )
2024-12-06 18:07:01 -05:00
Yuki Shindo
a6549fb41e
docs: Localize menu paths in firstTimeUIMessage ( #1825 )
2024-12-06 18:06:43 -05:00
Yuki Shindo
06d5064b7c
fix: updated About label translation to a more appropriate Japanese term ( #1827 )
2024-12-06 18:06:20 -05:00
Chenlei Hu
fd621f485e
Reload current workflow when locale changes ( #1824 )
2024-12-06 17:37:25 -05:00
Chenlei Hu
517ae56763
Translate node title and description ( #1822 )
...
* Collect node def i18n
* Add collected en locale
* Sort by node id
* Add translations
* Show translated node def
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-06 16:56:54 -05:00
Chenlei Hu
ae26390776
Properly implement ComfyNodeDef interface ( #1821 )
...
* nit
* Properly implement ComfyNodeDef interface
* nit
* Mark readonly
2024-12-06 12:00:15 -05:00
Chenlei Hu
dac2a2ec86
[Electron] Translate server config panel ( #1817 )
...
* Update i18 collection to include server config items
* Use translation
* Update locales [skip ci]
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-05 19:56:51 -05:00