1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-15 02:12:34 +01:00

21 Commits

Author SHA1 Message Date
Nayam Amarshe
245eb2f19b Remove lens_size title from localization files and add system info title 2024-12-20 09:40:39 +05:30
Nayam Amarshe
44dacd1e9e Add system info 2024-12-20 09:33:28 +05:30
Cong Le
fb79334dd8
Add Vietnamese translation from Settings toggle (#1068)
* add json data for Vietnamese

* add logic and import source data for Vietnamese

* addressed comments
2024-12-20 08:17:19 +05:30
Nayam Amarshe
4ecf3d8df6 Add TTA Mode 2024-12-16 16:34:05 +05:30
Nayam Amarshe
5a4b29a840 Add stats and add posthog systeminfo 2024-12-16 16:18:57 +05:30
Nayam Amarshe
dd0583c93b Add translation for model selection 2024-12-15 23:23:20 +05:30
Nayam Amarshe
f3af1d08d8 Update 2024-11-25 19:20:05 +05:30
Nayam Amarshe
6a973a2c82 Update images and fix model issue 2024-11-25 19:09:32 +05:30
Nayam Amarshe
7badfac026 Update lens view 2024-11-25 07:30:28 +05:30
Aaron Liu
5a05883058 make han characters simplified 2024-11-01 14:46:19 +00:00
abhishek-gaonkar
177b555a55 MOD: Refactor few codes; Suggestions 2024-10-24 17:38:51 +05:30
abhishek-gaonkar
ebe8751c38 fix: useEffect re-render param; right-pane add ctrl+v info 2024-10-05 16:29:45 +05:30
abhishek-gaonkar
bf06416134 Modified handlePaste functionality to save in temp folder 2024-10-05 15:23:35 +05:30
NayamAmarshe
95843ded88
Refactor Renderer Code (#987)
* Initial refactor

* Remove unused imports

* Update code

* Refactor and Update Code

- Change file names to kebab-caase
- Add new useTranslation Hook
- Change useLog hook name to useLogger
- Update translation hook to provide autocomplete

* Update import and component name

* Rename files and components

* Update locales

* Update electron commands

* Update var

* Change Lowercase

* Replace filter with map

* Add props

* Update flag check

* Add validate paths

* Update formats

* Update import

* Update function

* Update function and translation

* Update handlePaste
2024-10-04 14:45:54 +05:30
Felipe Machado
acf06532b8
Support JFIF files which are basically JPGs anyways (#983)
Note that this outputs JPG, but I think that should be fine. It's the better format anyways.
2024-09-21 12:37:58 -04:00
Aaron Liu
4e786d2d23
add translations for default models 2024-09-10 18:30:23 -04:00
abhishek-gaonkar
58ff53ac30
FIX: Padding between name and version; DEL: Scaled By tag redundancy
FIX: Key fix in zh.json
2024-09-05 21:42:21 -04:00
Aaron Liu
a7894bcfca
Slightly better Hans translations 2024-09-05 21:42:12 -04:00
NayamAmarshe
d721e7ae7f
Update to new schema, ADD: zh, ja, ru, es and fr
MOD: All necessary strings to match
2024-09-05 21:37:19 -04:00
abhishek-gaonkar
bacbee8fa8
ADD: en, ru, ja strings; MOD: Actual strings with t(*) variables 2024-09-05 21:36:08 -04:00
Nayam Amarshe
326aaca7e4
Add Language Switcher (#950)
* Remove circle bar

* Add initial language switcher support
2024-09-05 21:35:45 -04:00