1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
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