mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-15 16:59:16 +00:00
Ayyyy, welcome to the UI: File Menu → General Improvements PR!
Wooo, we progressing smoothly!
This PR introduces small visual and "feature" improvements to the `File` menu.
### LOCALISATION:
* **Fractured:** More locales:
* `Dialog_ContentLoading.json` - content loading dialogs (Updates/DLC)
* `Dialog_FileTypeAssociations` - file association dialogs
* `Dialog_FileMenu` - File menu dialog strings (complements `MenuBar_File.json`)
* **Added:** Additional entires to `Error.json`
* **Populated:** `MenuBar_File.json`
### FILE MENU:
* **Added:** Keyboard shortcuts to `Load Application` and `Load Unpacked Game`
* Cmd + O/Ctrl + O and Cmd + Shift + O/Ctrl + Shift + O for macOS and other OS, respectively.
* While many users rely on autoloaded game directories, manually opening content remains a common workflow (for those that don't rely on autoload directories).
* **Merged:** `Load Title Updates` and `Load DLC` → `Load Updates/DLC`
* Both actions follow the same workflow: selecting one or more directories and allowing Ryujinx to load the content.
* To reduce redundancy, they have been consolidated into a single menu item that loads both Updates and DLC simultaneously, mirroring the behavior of the existing autoload functionality.
* As part of this change, Title Updates has been simplified to Updates for consistency with the rest of the UI. The remaining reference in the Game List context menu has also been updated from `Manage Title Updates` to `Manage Updates`.
* **Added/Updated:** File picker titles for content loading actions
* `Load Application`: Select a Switch application file to load
* `Load Unpacked Game`: Select a folder containing an unpacked Switch application to load
* `Load Updates/DLC`: Select one or more folders to bulk load updates and DLC from
* **Improved:** `Associate File Types` and `Remove File Type Associations` (initially moved to the `File` menu in #42)
* These options were previously nested under `Manage File Types` and exposed as `Install File Types` and `Uninstall File Types`. The submenu added unnecessary navigation, while the action names did not clearly communicate their purpose.
* The two actions have been replaced with a single dynamic menu item, whose displayed and performed action updates based on the current association state. The respective icons have been added as well (imported namespace Projektanker.Icons to allow for dynamic switching):
* Link → `Associate File Types`
* Link-Slash →`Remove File Type Associations`
* A tooltip has also been added to clarify the action being performed.
* This option is only usable when a game is not running (why associate file types when running a game? Play the game!)
* **Note:** These options are only available on Windows and Linux. macOS already provides robust per‑file “Open With” handling, so a custom association system isn’t necessary. Support can be added later if needed, but current macOS limitations in Ryujinx prevent certain behaviors; these will be addressed in future PRs.
* **Updated:** Menu Icons
* Several icons have been updated to better reflect their associated actions and improve consistency throughout the menu:
* `Load Updates/DLC...` now uses a single Inbox Tray icon instead of separate Update and DLC icons.
* `Open Ryujinx Folder`, `Open Logs Folder`, and `Open Screenshots Folder` now share the same folder icon, as all three actions ultimately open a folder/directory.
* `Exit` is now an Exit icon (arrow-right-from-bracket) instead of a Power button.
### OTHER:
* **Improved:** `Load Updates/DLC` dialog messages
* Existing dialog messages were longer than necessary and included terms such as "missing" updates and "new" DLC.
* These messages have been simplified and standardized:
* Updates Added: {0} or Updates Removed: {0}
* DLC Added: {0} or DLC Removed: {0}
_If there are any features or changes that you wish to be implemented, please comment down below and I'll be happy to accommodate!_
A GIGANTIC, ENORMOUSE HUUUUUUGEE thank you to @Babib3l for testing this and ensuring the commands work! WOOOOO!!!
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/127
105 lines
3.3 KiB
JSON
105 lines
3.3 KiB
JSON
{
|
||
"Locales": [
|
||
{
|
||
"ID": "UpdatesAddedMessage",
|
||
"Translations": {
|
||
"ar_SA": "",
|
||
"de_DE": "",
|
||
"el_GR": "",
|
||
"en_US": "Updates Added: {0}",
|
||
"es_ES": "Actualizaciones Añadidas: {0}",
|
||
"fr_FR": "Mises à Jour Ajoutées : {0}",
|
||
"he_IL": "",
|
||
"it_IT": "Aggiornamenti aggiunti: {0}",
|
||
"ja_JP": "",
|
||
"ko_KR": "추가된 업데이트: {0}",
|
||
"no_NO": "Oppdateringer lagt til: {0}",
|
||
"pl_PL": "",
|
||
"pt_BR": "Atualizações adicionadas: {0}",
|
||
"ru_RU": "Добавлено обновлений: {0}",
|
||
"sv_SE": "Tillagda uppdateringar: {0}",
|
||
"th_TH": "การอัปเดตที่เพิ่มเข้ามา: {0}",
|
||
"tr_TR": "",
|
||
"uk_UA": "Додані оновлення: {0}",
|
||
"zh_CN": "已添加更新:{0}",
|
||
"zh_TW": "已新增更新:{0}"
|
||
}
|
||
},
|
||
{
|
||
"ID": "UpdatesRemovedMessage",
|
||
"Translations": {
|
||
"ar_SA": "",
|
||
"de_DE": "",
|
||
"el_GR": "",
|
||
"en_US": "Updates Removed: {0}",
|
||
"es_ES": "Actualizaciones Eliminadas: {0}",
|
||
"fr_FR": "Mises à Jour Supprimées : {0}",
|
||
"he_IL": "",
|
||
"it_IT": "Aggiornamenti rimossi: {0}",
|
||
"ja_JP": "",
|
||
"ko_KR": "제거된 업데이트: {0}",
|
||
"no_NO": "Fjernede oppdateringer: {0}",
|
||
"pl_PL": "",
|
||
"pt_BR": "Atualizações removidas: {0}",
|
||
"ru_RU": "Удалено обновлений: {0}",
|
||
"sv_SE": "Borttagna uppdateringar: {0}",
|
||
"th_TH": "การอัปเดตที่ถูกลบ: {0}",
|
||
"tr_TR": "",
|
||
"uk_UA": "Видалені оновлення: {0}",
|
||
"zh_CN": "已移除更新:{0}",
|
||
"zh_TW": "已移除更新:{0}"
|
||
}
|
||
},
|
||
{
|
||
"ID": "DLCAddedMessage",
|
||
"Translations": {
|
||
"ar_SA": "",
|
||
"de_DE": "",
|
||
"el_GR": "",
|
||
"en_US": "DLC Added: {0}",
|
||
"es_ES": "DLC Añadidos: {0}",
|
||
"fr_FR": "DLC Ajoutés : {0}",
|
||
"he_IL": "",
|
||
"it_IT": "DLC aggiunti: {0}",
|
||
"ja_JP": "",
|
||
"ko_KR": "추가된 DLC: {0}",
|
||
"no_NO": "DLC lagt til: {0}",
|
||
"pl_PL": "",
|
||
"pt_BR": "DLC adicionados: {0}",
|
||
"ru_RU": "Добавлено DLC: {0}",
|
||
"sv_SE": "Tillagda DLC: {0}",
|
||
"th_TH": "DLC ที่เพิ่มเข้ามา: {0}",
|
||
"tr_TR": "",
|
||
"uk_UA": "Додані DLC: {0}",
|
||
"zh_CN": "已添加 DLC:{0}",
|
||
"zh_TW": "已新增 DLC:{0}"
|
||
}
|
||
},
|
||
{
|
||
"ID": "DLCRemovedMessage",
|
||
"Translations": {
|
||
"ar_SA": "",
|
||
"de_DE": "",
|
||
"el_GR": "",
|
||
"en_US": "DLC Removed: {0}",
|
||
"es_ES": "DLC Eliminados: {0}",
|
||
"fr_FR": "DLC Supprimés : {0}",
|
||
"he_IL": "",
|
||
"it_IT": "DLC rimossi: {0}",
|
||
"ja_JP": "",
|
||
"ko_KR": "제거된 DLC: {0}",
|
||
"no_NO": "DLC fjernet: {0}",
|
||
"pl_PL": "",
|
||
"pt_BR": "DLC removidos: {0}",
|
||
"ru_RU": "Удалено DLC: {0}",
|
||
"sv_SE": "DLC borttaget: {0}",
|
||
"th_TH": "ลบ DLC: {0}",
|
||
"tr_TR": "",
|
||
"uk_UA": "Видалено DLC: {0}",
|
||
"zh_CN": "已移除 DLC:{0}",
|
||
"zh_TW": "已移除 DLC:{0}"
|
||
}
|
||
}
|
||
]
|
||
}
|