Beebles
c7e4eb1b3f
Add Custom TitleView ( #512 )
...
* feat(titleView): Add Custom TitleView support
* fix: wrap TitleView in Focusable
* fix: remove root div on TitleView
2023-07-27 14:58:21 +01:00
Marco Rodolfi
5460f95eac
Latest builds of Python 3.10 already uses newer version of the SQLite library
...
According to the changelog, the latest version that uses > 3.37 is Python 3.10.9, so switch back to an older version of it until Ubuntu pick up more recent versions of SQLite
2023-07-27 09:50:22 +02:00
Marco Rodolfi
3ae4ceb431
Switch back to Python 3.10 in order to avoid library dependency hell
2023-07-27 09:38:32 +02:00
Marco Rodolfi
7a725935fc
Slightly downgrade to 22.10
2023-07-27 09:33:14 +02:00
Marco Rodolfi
9437d7ed99
Bump it again to 23.04
2023-07-27 09:29:45 +02:00
Marco Rodolfi
34cf24f7c0
Update ubuntu image to fix sqlite missing function
2023-07-27 09:20:40 +02:00
Marco Rodolfi
5a9959f70f
Properly fix sqlite issues ( #514 )
v2.10.4-pre4
2023-07-26 14:54:21 -07:00
Party Wumpus
96069d3299
change issue dicord link to decky.xyz/discord
2023-07-26 14:10:28 +01:00
Party Wumpus
b4c90683aa
typo in bug report template
2023-07-26 14:09:05 +01:00
Marco Rodolfi
6993516ccb
Bugfix: Unable to load _sqlite3 on main SteamOS ( #507 )
...
* Update to latest python
I have odd behaviour with importing sqlite3, which is failing to do. I have no clue why, so I'm trying to update Python to the latest stable to check if it's a Python bug.
* Update aiohttp for python compatibility
* Sligtly lower aiohttp version
* Update pyinstaller to latest stable version
It was failing to build a working executable with the latest python runtime.
v2.10.4-pre3
2023-07-23 19:30:54 -07:00
Party Wumpus
37c1a0e964
Ignore chmod if decky is not run as root ( #510 )
...
* Ignore chmod if decky is not run as root
* I can't read
* i managed to make a mistake on 2/3 lines i edited....
* add warning on startup
* logger.warn is depreciated
* Update localplatformlinux.py
2023-07-21 23:00:08 +01:00
EMERALD
6d086fb5d5
Add testing store info to browse tab ( #504 )
v2.10.4-pre2
2023-07-12 16:52:32 -07:00
fero
7c805e9b80
Add descriptions to Decky titleview DialogButtons ( #502 )
...
* chore: add onOKActionDescriptions to decky titleview
This is in preparation for beebles' custom titleview. Since plugins may reuse the same icons in their custom titleviews, it will be a good practice to disambiguate their meanings. In the Steam UI, any icon button has a matching description.
* chore: implement it using the translation framework
---------
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
2023-07-09 09:43:00 +01:00
WerWolvTranslationBot
6b3f9e4a9e
Translations update from Weblate ( #500 )
...
* Added translation using Weblate (Polish)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Translated using Weblate (Czech)
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/cs/
* Translated using Weblate (Polish)
Currently translated at 99.2% (134 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hant/
* Translated using Weblate (Polish)
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pl/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
---------
Co-authored-by: Eryk Pawlikowski <eryk5188@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Meiton <michal.salati@gmail.com >
Co-authored-by: david082321 <david082321@yahoo.com.tw >
2023-07-04 19:46:51 +02:00
AAGaming
dea08868d3
fix router hook recursively wrapping routes when patched multiple times
v2.10.4-pre1
2023-07-03 23:57:53 -04:00
WerWolvTranslationBot
365866c35f
Translations update from Weblate ( #497 )
...
* Translated using Weblate (Italian)
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Added translation using Weblate (Bulgarian)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Translated using Weblate (Bulgarian)
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/bg/
* Translated using Weblate (Russian)
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ru/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Korean)
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
---------
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
Co-authored-by: Lyubomir Vasilev <lyubomirv@gmx.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Andrew <www.andru90@gmail.com >
Co-authored-by: Sean <zhangshuyan@fuji.waseda.jp >
Co-authored-by: Sungjoon Moon <sumoon@seoulsaram.org >
v2.10.3
2023-07-01 14:07:33 +02:00
suchmememanyskill
3d6d69568d
Make sure settings/data/logs gets created as user ( #499 )
v2.10.3-pre2
2023-07-01 11:46:58 +01:00
WerWolvTranslationBot
62a2107c06
Translations update from Weblate ( #494 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/
* Translated using Weblate (Italian)
Currently translated at 100.0% (138 of 138 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
---------
Co-authored-by: Sean <zhangshuyan@fuji.waseda.jp >
Co-authored-by: Paulo Victor de Lima Sfair Alvares <pvsfair@gmail.com >
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
v2.10.3-pre1
2023-06-26 09:11:42 +02:00
Marco Rodolfi
cf2f419942
Translated using Weblate (Italian)
...
Currently translated at 100.0% (138 of 138 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
2023-06-26 09:00:36 +02:00
Paulo Victor de Lima Sfair Alvares
f657529ab5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/
2023-06-26 08:59:18 +02:00
Sean
8eae2d60e5
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (135 of 135 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
2023-06-26 08:59:18 +02:00
Marco Rodolfi
3e64e53cd7
feat: Added detailed message for permission error and clean up english language from unused strings.
2023-06-26 08:53:41 +02:00
Jonas Dellinger
ef9afa8cbc
Add notification settings, which allows muting decky/plugin toast notifications ( #479 )
...
* Add notification settings, which allows muting decky/plugin toast notifications
* Fix typos
2023-06-24 12:59:39 +02:00
Marco Rodolfi
143461d597
chore: clean up unused parameters
2023-06-22 17:32:20 +02:00
Marco Rodolfi
ae887e10d6
chore: adding parameters to file picker in logical order
2023-06-22 17:25:38 +02:00
WerWolvTranslationBot
186c70591a
Translations update from Weblate ( #489 )
...
* Added translation using Weblate (Dutch)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Translated using Weblate (English)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/en/
* Translated using Weblate (Italian)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.2% (133 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Korean)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/nl/
* Translated using Weblate (Korean)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/
---------
Co-authored-by: cardiognostix <wardeh@dds.nl >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
Co-authored-by: Sean <zhangshuyan@fuji.waseda.jp >
Co-authored-by: Sungjoon Moon <sumoon@seoulsaram.org >
2023-06-22 13:48:24 +02:00
Marco Rodolfi
777e7893e3
fix: handle missing backend extension list
v2.10.2-pre1
2023-06-22 13:16:37 +02:00
Marco Rodolfi
b2a1b172e2
Fix: export V2 to plugins
2023-06-22 12:54:41 +02:00
Marco Rodolfi
fc72ac5c63
fix: cleanup code
2023-06-22 12:16:23 +02:00
Marco Rodolfi
f1576c7798
Chore: Better logical order for file picker v2 function call
2023-06-22 11:58:00 +02:00
Marco Rodolfi
388526d02d
Fix: add an API compatibility layer for the old file picker and change the new implementation as V2
2023-06-22 11:37:45 +02:00
Marco Rodolfi
cb65fb4b11
Fix: wrong condition on show select folder
2023-06-22 10:45:17 +02:00
Marco Rodolfi
b82c9cf6e6
Chore: clean up testing values pt 2
2023-06-21 18:37:19 +02:00
Marco Rodolfi
04fff476d5
Cleaning up debug values in developer installer
2023-06-21 07:33:38 +02:00
WerWolvTranslationBot
66bcdfd84e
Translations update from Weblate ( #488 )
...
* Translated using Weblate (English)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/en/
* Translated using Weblate (Albanian)
Currently translated at 36.5% (49 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/sq/
* Translated using Weblate (Ukrainian)
Currently translated at 85.0% (114 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/uk/
---------
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
v2.10.1
2023-06-19 17:44:30 +02:00
WerWolvTranslationBot
8494f2ec3e
Translations update from Weblate ( #487 )
...
* Translated using Weblate (Italian)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (French)
Currently translated at 71.6% (96 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/fr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 88.0% (118 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 88.0% (118 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hant/
* Translated using Weblate (Albanian)
Currently translated at 35.8% (48 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/sq/
* Translated using Weblate (Albanian)
Currently translated at 35.8% (48 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/sq/
* Translated using Weblate (Spanish)
Currently translated at 85.0% (114 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/es/
* Translated using Weblate (Greek)
Currently translated at 70.8% (95 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/el/
* Translated using Weblate (Greek)
Currently translated at 70.8% (95 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/el/
* Translated using Weblate (German)
Currently translated at 73.1% (98 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/de/
* Translated using Weblate (Czech)
Currently translated at 88.0% (118 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/cs/
* Translated using Weblate (Korean)
Currently translated at 88.0% (118 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/
* Translated using Weblate (Portuguese (Portugal))
Currently translated at 88.0% (118 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_PT/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 88.0% (118 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/
* Translated using Weblate (Russian)
Currently translated at 0.0% (0 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ru/
* Translated using Weblate (Ukrainian)
Currently translated at 85.8% (115 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/uk/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
---------
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
2023-06-19 17:34:07 +02:00
WerWolvTranslationBot
52f25708ad
Translations update from Weblate ( #486 )
...
* Added translation using Weblate (Czech)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Translated using Weblate (Italian)
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Czech)
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/cs/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hant/
* Added translation using Weblate (Korean)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Added translation using Weblate (Portuguese)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Added translation using Weblate (Portuguese (Brazil))
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Translated using Weblate (French)
Currently translated at 81.3% (96 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/fr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Korean)
Currently translated at 61.0% (72 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/
* Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_PT/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/
* Added translation using Weblate (Russian)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Translated using Weblate (Korean)
Currently translated at 100.0% (118 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/
* Added translation using Weblate (Ukrainian)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
---------
Co-authored-by: Meiton <michal.salati@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
Co-authored-by: Sean <zhangshuyan@fuji.waseda.jp >
Co-authored-by: david082321 <david082321@yahoo.com.tw >
Co-authored-by: Sungjoon Moon <sumoon@seoulsaram.org >
Co-authored-by: Samuel Medalha <smedalha@protonmail.com >
Co-authored-by: Paulo Victor de Lima Sfair Alvares <pvsfair@gmail.com >
Co-authored-by: Libo Chen <clb729@gmail.com >
Co-authored-by: Ivan Poletsky <wiperus55@gmail.com >
Co-authored-by: Denys Dovhan <denysdovhan@gmail.com >
2023-06-19 17:25:04 +02:00
Marco Rodolfi
24b02114cb
Fix weblate crap
2023-06-19 17:22:13 +02:00
Denys Dovhan
651215723d
Translated using Weblate (Ukrainian)
...
Currently translated at 97.4% (115 of 118 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/uk/
2023-06-19 17:21:17 +02:00
Weblate
ca9831be05
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
2023-06-19 17:21:17 +02:00
Weblate
f7fd7b712f
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
2023-06-19 17:21:17 +02:00
Weblate
3859c0e483
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
2023-06-19 17:21:17 +02:00
Weblate
2db92536fd
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
2023-06-19 17:21:17 +02:00
Weblate
a6ffc8f04d
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
2023-06-19 17:21:17 +02:00
Weblate
4df8cb5026
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
2023-06-19 17:21:17 +02:00
Weblate
a86d473280
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
2023-06-19 17:21:17 +02:00
Denys Dovhan
4d226b00fc
Added translation using Weblate (Ukrainian)
2023-06-19 17:21:17 +02:00
Weblate
8b16b156ed
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
2023-06-19 17:21:17 +02:00
suchmememanyskill
4029a43637
Fix uninstalling plugins ( #485 )
...
* Fix bad debug print statement in uninstall plugin
* Safely remove element from hidden plugin/plugin order list
2023-06-19 06:24:24 -07:00
Marco Rodolfi
57f4555350
[Feature] File picker improvements ( #454 )
...
* First iteration for internationalization of the loader
* First iteration for internationalization of the loader
* Cleanup node mess
* Cleanup node mess pt2
* Additional touches
* Latest decky changed merged into i18n and updated translation.
* Styling fixes
* Initial backend hosting implementation
* Added correct url path of the loopback server.
* Added correct url path of the loopback server.
* Some better namespaced text.
* Added whitelist for locales path.
* Refactor languages and fix hooks logic bugs.
* Small typo in language translation structure.
* Working backend, automatically swtich languages with steam and language fixes.
* Fix to languages
* Key fixes
* Additional language fixes.
* Additional json changes
* Final text revision and added a vscode tasks to automatically extract text from code.
* Typo in the middleware
* Remove unused imports
* Cleanup whitespaces.
* Import changes
* Revert "Import changes"
This reverts commit 8e8231950f .
* Update index.d.ts
* Clean up unused imports
* Delete pnpm-lock.yaml
* Update rollup.config.js
* Update PluginInstallModal.tsx
* Update index.tsx
* Update plugin-loader.tsx
* Update plugin-loader.tsx
* Revert "Delete pnpm-lock.yaml"
This reverts commit 3a39f36f21 .
* Additional strings reworks.
* Fixes for issues coming from github merge.
* Fixes for master
* Styling fixes
* Styling pt2
* Missed a few strings in master,
* Styling fixes
* Additional master merge fixes.
* Final cleanup and adaptation to master.
* Final empty language cleanup and few string added
* Small changes to italian translation
* Disabled translation on a few components inside plugin-loader for missing react hooks.
* Fixed passing tag to translation.
* Disable debug output for reducing console spam.
* Return correct content type
* Small italian language change
* Added support for country code
* Fixed missing translation for uninstall popup.
* Fix class name shenanigans for toast notification
* Update dependencies
* Fixed github workflow to include the new locales folder
* Update dependencies to latest version (unless it's React) and fixed the new small errors that cropped up
* Missed a file name change
* Updated dev dependencies to latest version
* Missed a few dev dependencies
* Revert "Update dependencies to latest version (unless it's React) and fixed the new small errors that cropped up"
Messed up merge with a different main branch
* Messed up deletion of rollup config.
* Fix broken pnpm lock file
* Missed a localized string during the merge
* Fixed a parameter mistake in the uninstall text parameter
* Fix pnpm random issues
* Small italian language tweaks
* Fix wrong parameter passed to the uninstall function call
* Another fix on a wrong function parameter
* Additional translation text on the store and branch selection channels
* Changed the default type passed to map to being able to index the two arrays.
* Reverted and reworked the last changes
* Distinguish events in UI for installing vs reinstalling plugins
* Additional fixes for reinstall prompt
* Revert the use of intevalPlural since the parser doesn't seem to support that.
* Missed a routing path in the backend
* Small bugfixes
* Small fixes
* Correctly adding the parameter to the request headers.
* Refactoring of the UI popup modal
* Fix pnpm shenanigans
* Final fixes for the install UI localization
* Clean up unnedeed backend code
* Small rework on text selection.
* Cleaned up parser configuration
* Removed extracttext dependency to pnpmsetup
* Merged translation and cleaned up parser
* Fixed JSON structure after manual merge.
* Added translation to the file picker
* First iteration for merging the new filepicker.
* Revert changes to PluginInstallModal
* Reworked the text modal for the final time
* Missed the proper linted text
* Missed the backend change
* Final branch cleanup
* First iteration for porting the new file picker
* Hotfix for i18n where the detector was overriding localStorage
* Please, pnpm, cooperate
* Small fix regarding the backend getting hammered when switching to not supported languages plus a small english typo
* Initial working upstream iteration for file picker
* Typo on translation variable
* File picker final improvements
* Stylistic fixes and fix on wrong bool passed to fp
* Fixup merge from main
* Other merge errors fixed
* Minor cleanups
* Fixed missing padding under text label extension
* Implement pagination backend side
* First draft for filtering backend side
* Implemented matching on file names.
* Fix for unable to order per size on folders.
* Hard checking a return value
* Added a missing import.
* Implemented show more as a frontend button
* Whoops, python typo
* Fixed python backend
* Rendering bug fix and small qol improvement
* Added missing parameter to openFilePicker call
* Fixed path on windows and unknown error on wrong path
* Small backend fixes
* Extension fix
* Simplified extension logic
* Less string conversions.
* Optimize backend code and removed additional components.
* Take correctly into account the max value
The button will now respect the actual maximum desired number of entries.
* Bugfix for ordering logic and ignore cases during sorting
* Regex call was missing an argument
* Fixed issues with filtering extensions
* Rollback testing changes
* Minor cleanup and attempt at fixing the not updating multimodal.
* Cleanup variable types.
* Mantains the same api format from the original source code.
* Removing hardcoded paths in the code
* Additional fixes for resolving the user path
* Cleanup useless modifications
* Final fixes for avoid path hardcoding
* Update lockfile and i18next version
2023-06-19 06:23:27 -07:00