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
WerWolvTranslationBot
bd87cc852b
Translations update from Weblate ( #481 )
...
* 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/
---------
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 >
2023-06-19 09:55:02 +02:00
AAGaming
30d7c9bb81
fix: fix blank plugins
...
this is why i shouldn't program at night
2023-06-18 17:27:23 -04:00
AAGaming
890599c7bb
chore: remove useless import
2023-06-18 17:26:42 -04:00
Marco Rodolfi
b8e48d2146
WIP on main: 60353df Merge remote-tracking branch 'weblate/main'
2023-06-16 14:46:25 +02:00
Marco Rodolfi
da1db5a053
index on main: 60353df Merge remote-tracking branch 'weblate/main'
2023-06-16 14:46:25 +02:00
Marco Rodolfi
60353df7ed
Merge remote-tracking branch 'weblate/main'
2023-06-16 14:46:09 +02:00
Party Wumpus
e8dfe5a87d
When decky is uncertain of branch, set the setting to match the guess ( #480 )
...
* If branch setting is missing, set it using the 'guess' from backend
* Make the frontend default to stable branch like the backend
v2.10.0
2023-06-15 05:53:02 -07:00
WerWolvTranslationBot
d0b7d1a4a6
Translations update from Weblate ( #477 )
...
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hant/
* Translated using Weblate (German)
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/de/
* Translated using Weblate (Italian)
Currently translated at 91.8% (102 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (111 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/es/
* 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/
---------
Co-authored-by: david082321 <david082321@yahoo.com.tw >
Co-authored-by: Jonas Dellinger <jonas@dellinger.dev >
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Sean <zhangshuyan@fuji.waseda.jp >
Co-authored-by: Avery <aveeryy@protonmail.com >
2023-06-08 16:49:07 +02:00
Marco Rodolfi
13b6ed5ad9
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/
2023-06-08 14:46:26 +00:00
Weblate
89bbbf6fe4
Merge remote-tracking branch 'origin/main'
2023-06-08 14:40:08 +00:00
AAGaming
9a05c228a0
fix dumb crash when updating decky while a plugin that uses BrowserView is running
2023-06-07 18:03:41 -04:00
Party Wumpus
00d9b03322
add firefox .download clarification in readme
2023-06-07 16:56:47 +01:00
Jonas Dellinger
47bc910a84
Add functionality to hide plugins from quick access menu ( #468 )
2023-06-06 22:35:05 -07:00
Weblate
fdc556edee
Merge remote-tracking branch 'origin/main'
2023-06-04 15:09:46 +00:00
WerWolvTranslationBot
1c6270ccd6
Translations update from Weblate ( #476 )
...
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hant/
* Translated using Weblate (German)
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/de/
* Translated using Weblate (Italian)
Currently translated at 91.8% (102 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (111 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/es/
---------
Co-authored-by: david082321 <david082321@yahoo.com.tw >
Co-authored-by: Jonas Dellinger <jonas@dellinger.dev >
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Sean <zhangshuyan@fuji.waseda.jp >
Co-authored-by: Avery <aveeryy@protonmail.com >
2023-06-04 17:09:14 +02:00
Weblate
f87e794c3f
Merge remote-tracking branch 'origin/main'
2023-06-04 15:08:29 +00:00
Avery
8f17f2b0fe
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/es/
2023-06-04 17:08:01 +02:00
Sean
81b601c0e7
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
2023-06-04 17:08:01 +02:00
Marco Rodolfi
83e8c89c97
Translated using Weblate (Italian)
...
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
2023-06-04 17:08:01 +02:00
WerWolvTranslationBot
ca107feb25
Translations update from Weblate ( #475 )
...
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hant/
* Translated using Weblate (German)
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/de/
* Translated using Weblate (Italian)
Currently translated at 91.8% (102 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (111 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
---------
Co-authored-by: david082321 <david082321@yahoo.com.tw >
Co-authored-by: Jonas Dellinger <jonas@dellinger.dev >
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
Co-authored-by: Weblate <noreply@weblate.org >
2023-06-04 11:06:53 +02:00
Avery
56719df827
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/es/
2023-06-03 16:59:04 +00:00
Sean
3c11bb71f6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
2023-06-03 16:59:04 +00:00
Marco Rodolfi
413cec9244
Translated using Weblate (Italian)
...
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
2023-06-03 16:59:04 +00:00
AAGaming
e5277190ed
Revert "Refactor TabsHook ( #458 )"
...
This reverts commit b27b625921 .
These changes broke Decky's QAM injection when the lock screen is enabled and need to be revised
v2.10.0-pre2
2023-06-03 12:45:09 -04:00
Weblate
935de1ad0c
Merge remote-tracking branch 'origin/main'
2023-06-02 10:07:20 +00:00
suchmememanyskill
2e8e0fc7c1
Plugin backend reload ( #463 )
...
Co-authored-by: beebls <102569435+beebls@users.noreply.github.com >
v2.10.0-pre1
2023-06-01 18:44:55 -07:00
Party Wumpus
8049417e03
Attempt to appease the linter
...
I think the first navigation being on one line looks nicer, but it's over the 120 character limit :(
2023-06-02 00:26:08 +01:00
Witherking25
f4c0a8b5aa
add cef console button to developer settings ( #441 )
...
* add cef console button
* Small fix: handle missing localization in backend plus a small typo in the english language (#443 )
* 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
* Add a get_tab_id function to utilities
* Go straight to SharedJSContext into console button
* clean up some log statements, and some extra parentheses
---------
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com >
2023-06-02 00:01:21 +01:00
WerWolvTranslationBot
d3584a9931
Translations update from Weblate ( #469 )
...
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hant/
* Translated using Weblate (German)
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/de/
* Translated using Weblate (Italian)
Currently translated at 91.8% (102 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (111 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
---------
Co-authored-by: david082321 <david082321@yahoo.com.tw >
Co-authored-by: Jonas Dellinger <jonas@dellinger.dev >
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io >
2023-05-31 13:36:02 +02:00
Marco Rodolfi
9542708c92
Translated using Weblate (Italian)
...
Currently translated at 100.0% (111 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
2023-05-31 06:53:52 +00:00
Marco Rodolfi
b3c363c89f
Translated using Weblate (Italian)
...
Currently translated at 91.8% (102 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
2023-05-31 06:53:52 +00:00
Jonas Dellinger
5f5e8ad5d7
Translated using Weblate (German)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/de/
2023-05-31 06:53:52 +00:00
david082321
6b6de2fcd5
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hant/
2023-05-31 06:53:52 +00:00
MIkhail Kozlov
b27b625921
Refactor TabsHook ( #458 )
2023-05-30 23:53:48 -07:00
Jonas Dellinger
c5229c6a62
adjust some small store stylings ( #471 )
v2.9.1-pre2
2023-05-30 16:35:42 -07:00
Marco Rodolfi
c631d40aa3
Missed a toaster for the react tools
2023-05-30 19:32:41 +02:00
Jonas Dellinger
d21b221575
quick fix: overwrite plugin list marginTop to be always 0
v2.9.1-pre1
2023-05-29 18:40:17 +02:00