Commit Graph

3190 Commits

Author SHA1 Message Date
github-actions 19aeb52cbc Fetch translations from Crowdin 2023-04-16 00:12:25 +00:00
github-actions 800094b750 Fetch translations from Crowdin 2023-04-15 00:11:54 +00:00
sonninnos 5722d90a38
Show version in System Information + help/log version reformat (#15195) 2023-04-14 21:28:09 +01:00
github-actions 4dc9c1da0c Fetch translations from Crowdin 2023-04-11 00:10:59 +00:00
github-actions 7874a64529 Fetch translations from Crowdin 2023-04-10 00:10:49 +00:00
github-actions 2f4ae88b06 Fetch translations from Crowdin 2023-04-08 00:10:38 +00:00
github-actions b133bf8834 Fetch translations from Crowdin 2023-04-07 00:10:51 +00:00
github-actions e5737ce18d Fetch translations from Crowdin 2023-04-03 00:11:10 +00:00
github-actions d28417ca84 Fetch translations from Crowdin 2023-03-31 00:11:35 +00:00
github-actions 0817022d95 Fetch translations from Crowdin 2023-03-30 00:11:39 +00:00
github-actions dc72ab6ae3 Fetch translations from Crowdin 2023-03-29 00:13:17 +00:00
github-actions dd62f3a9fb Fetch translations from Crowdin 2023-03-28 00:12:21 +00:00
github-actions 3a41738b61 Fetch translations from Crowdin 2023-03-27 00:11:47 +00:00
github-actions 13785a715e Fetch translations from Crowdin 2023-03-26 00:12:10 +00:00
github-actions 7144acd26e Fetch translations from Crowdin 2023-03-24 00:11:20 +00:00
github-actions b497d2c050 Fetch translations from Crowdin 2023-03-23 00:11:40 +00:00
github-actions 693435a6de Fetch translations from Crowdin 2023-03-22 00:10:15 +00:00
github-actions 90694a3cf1 Fetch translations from Crowdin 2023-03-21 00:11:10 +00:00
github-actions 8d1e575ea6 Fetch translations from Crowdin 2023-03-20 00:12:33 +00:00
github-actions 30de5784a5 Fetch translations from Crowdin 2023-03-18 00:11:30 +00:00
github-actions 6616b807ed Fetch translations from Crowdin 2023-03-16 00:13:09 +00:00
github-actions 3f19f16d97 Fetch translations from Crowdin 2023-03-15 00:11:39 +00:00
github-actions 2b7c722c11 Fetch translations from Crowdin 2023-03-13 00:12:32 +00:00
github-actions 6107dd2e02 Fetch translations from Crowdin 2023-03-12 00:12:07 +00:00
github-actions 666fbdcb38 Fetch translations from Crowdin 2023-03-11 00:10:58 +00:00
github-actions 06501ebed0 Fetch translations from Crowdin 2023-03-10 00:12:33 +00:00
Joe Osborn 81b3e128ac
Add checkpointing feature for replay recordings. (#15072)
If cores are not deterministic, or if they only have bounded
determinism, we can obtain less drift if replay files also contain
periodic checkpoint states.  These are configured by the new retroarch
stting replay_checkpoint_interval (measured in seconds).  States are
inserted into the replay file in between frames.

This patch also fixes the settings display for the replay
autoincrement max keep setting.
2023-03-09 23:14:02 +01:00
github-actions e99efba2b9 Fetch translations from Crowdin 2023-03-09 00:12:19 +00:00
github-actions 51eafdd7fd Fetch translations from Crowdin 2023-03-08 00:12:19 +00:00
Joe Osborn 807640fed3
Associate states with replays (#15070)
* change bsv file suffix to replay, update strings

* add trivial RPLY block to save states

* WIP rerecording support, doesn't load states properly yet--issue with checking identifiers?

* Fixed a type error to get time identifiers working right, ready for testing

* handle case where state without replay data is loaded during replay

* cleanups

* whitespace cleanup

* Cleanups, change replay file format magic, fix logic around future states

* Remove failed future message

* Add play-replay-from-slot command, fix load-state-from-slot to use given slot

* build fixes

* Fix race conditions in emscripten build and incorrect replay state incrementing

* Style fix for single line if

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-08 00:10:59 +01:00
zoltanvb ed2ffb5393
Minor menu opacity fixes. (#15069)
Remove "Framebuffer opacity" from XMB as it does not use it.
Also, rename the corresponding menu title, since "framebuffer"
is not that intuitive.
2023-03-08 00:10:27 +01:00
github-actions 01a997345f Fetch translations from Crowdin 2023-03-07 00:13:20 +00:00
github-actions b59cd4fcd8 Fetch translations from Crowdin 2023-03-06 00:12:35 +00:00
github-actions a1fdab04fb Fetch translations from Crowdin 2023-03-05 00:14:31 +00:00
github-actions 4101d8166a Fetch translations from Crowdin 2023-03-04 00:11:36 +00:00
Joe Osborn 4d81f70f00
Replay nomenclature (#15054)
* change bsv file suffix to replay, update strings

* Fix bsv cli args

* Fix help whitespace

* Fix another message

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-03 23:16:48 +01:00
github-actions 7777be2ec1 Fetch translations from Crowdin 2023-03-03 01:52:38 +00:00
Joe Osborn 2125770236
Replay UI support (#15048)
* Add bsv replay controls (not yet fully implemented), remove toggle

see notes in task_movie.c, make sure command.c calls the right
functions, check retroarch.c and other todos.

bsv files are also now stored with states, not saves.

* Compilation fixes

* Added command impls for play and record replay, and some code in load state to do the right thing there

* Guard some parts of the new code with HAVE_BSV_MOVIE

* wip, menu fixes

* more menu fixes, osd for movie errors, halt recording properly

* Menu and label fixes

* move bsvs to own file suffix series under savestates, fix recording and playback command validity checks

* Fix replay autoincrement

* fix endif placement, whoops

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-03 00:52:22 +01:00
github-actions 2809a1f28f Fetch translations from Crowdin 2023-03-02 00:13:14 +00:00
github-actions ec42d76035 Fetch translations from Crowdin 2023-03-01 00:14:45 +00:00
github-actions e8d88f1b78 Fetch translations from Crowdin 2023-02-28 00:12:26 +00:00
github-actions e34168e44c Fetch translations from Crowdin 2023-02-26 00:12:35 +00:00
github-actions 823be06452 Fetch translations from Crowdin 2023-02-25 00:12:12 +00:00
github-actions 431092fc57 Fetch translations from Crowdin 2023-02-24 00:12:11 +00:00
libretroadmin 7ed1d0760a Revert "(Vulkan) Ignore Fast-Forward Frameskip option (#15011)"
This reverts commit 00c0eda046.
2023-02-23 13:44:17 +01:00
libretroadmin 7ebab640d7 Cleanups/style nits 2023-02-23 13:15:14 +01:00
github-actions a4ff8f9320 Fetch translations from Crowdin 2023-02-23 00:12:34 +00:00
sonninnos 00c0eda046
(Vulkan) Ignore Fast-Forward Frameskip option (#15011) 2023-02-22 19:43:06 +01:00
github-actions bc1aaef826 Fetch translations from Crowdin 2023-02-22 00:12:01 +00:00
github-actions 24dc83cbda Fetch translations from Crowdin 2023-02-21 00:12:19 +00:00
github-actions 1e9501c672 Fetch translations from Crowdin 2023-02-20 00:13:19 +00:00
github-actions 65b0098cc1 Fetch translations from Crowdin 2023-02-19 00:12:51 +00:00
github-actions 06fd3b778d Fetch translations from Crowdin 2023-02-18 00:12:06 +00:00
github-actions 7a2c6e9e52 Fetch translations from Crowdin 2023-02-17 00:12:42 +00:00
github-actions 7f24232b59 Fetch translations from Crowdin 2023-02-16 00:12:01 +00:00
github-actions 5e7b48113e Fetch translations from Crowdin 2023-02-15 00:13:00 +00:00
github-actions 23c84d3031 Fetch translations from Crowdin 2023-02-14 00:12:32 +00:00
sonninnos df05efe068
User Interface menu reordering (#14974) 2023-02-13 20:34:59 +01:00
github-actions 0b6a1b530d Fetch translations from Crowdin 2023-02-13 00:12:19 +00:00
github-actions 139f27c8a1 Fetch translations from Crowdin 2023-02-12 00:13:04 +00:00
github-actions b9e1e5d132 Fetch translations from Crowdin 2023-02-10 00:12:43 +00:00
github-actions 35bc011197 Fetch translations from Crowdin 2023-02-09 00:12:25 +00:00
github-actions e1eb0af45a Fetch translations from Crowdin 2023-02-08 00:11:48 +00:00
github-actions 3a540f687c Fetch translations from Crowdin 2023-02-07 00:12:37 +00:00
github-actions d2608b7023 Fetch translations from Crowdin 2023-02-06 00:12:11 +00:00
libretroadmin 568ffac8f6 (msg_hash) remove no longer necessary msg_hash files and move them into msg_hash.c 2023-02-05 03:28:48 +01:00
github-actions 5a11249a57 Fetch translations from Crowdin 2023-02-05 00:13:04 +00:00
zoltanvb 1134b895a2
Ozone footer enhancement: Scan button (#14949)
Display Scan button in footer when it is applicable.
2023-02-04 17:18:21 +01:00
zoltanvb 39e5dde973
Add Clear button to Ozone footer (#14947)
Add indication of Clear button when it is applicable (currently: keybinds).
2023-02-04 14:25:59 +01:00
zoltanvb bda8c6a2ba
Remove msg_hash_get_help_cht_enum as Crowdin translation is now above 95%. (#14948) 2023-02-04 14:25:30 +01:00
github-actions 12fb608c54 Fetch translations from Crowdin 2023-02-04 00:11:25 +00:00
github-actions 3b5f774d39 Fetch translations from Crowdin 2023-02-03 00:11:31 +00:00
github-actions 0f5d8def27 Fetch translations from Crowdin 2023-02-02 00:11:41 +00:00
github-actions 66507d86a7 Fetch translations from Crowdin 2023-02-01 00:13:11 +00:00
github-actions 8f12f96844 Fetch translations from Crowdin 2023-01-31 00:12:46 +00:00
github-actions 5a7ac3d06b Fetch translations from Crowdin 2023-01-30 00:11:09 +00:00
github-actions 18ef01b0d5 Fetch translations from Crowdin 2023-01-29 00:12:07 +00:00
sonninnos 6378d8e0f8
Override config + appendconfig fixes (#14920) 2023-01-29 00:12:08 +01:00
zoltanvb 74d0123b9f
Help for turbo modes (#14919)
Help text added for each of the selectable turbo modes.
2023-01-28 18:29:34 +01:00
sonninnos 482c8ccf35
Add dropdown menu for audio device (#14914) 2023-01-28 02:22:08 +01:00
github-actions 88f30174ce Fetch translations from Crowdin 2023-01-28 00:11:19 +00:00
github-actions b9f879b6ba Fetch translations from Crowdin 2023-01-27 00:11:57 +00:00
Tatsuya79 940ad64d41
Allow bypassing savestate info files filtering (#14906) 2023-01-26 15:56:33 +01:00
github-actions 97c8aa2a63 Fetch translations from Crowdin 2023-01-26 00:11:58 +00:00
github-actions 960204b5eb Fetch translations from Crowdin 2023-01-25 00:11:53 +00:00
sonninnos c6dc92fc07
Override bind save + menu manager overhaul (#14895)
* Input bind override conf saving

* Override menu overhaul
2023-01-24 01:42:50 +01:00
github-actions ac5d6ade25 Fetch translations from Crowdin 2023-01-24 00:11:28 +00:00
github-actions b484ddfe4e Fetch translations from Crowdin 2023-01-23 00:11:47 +00:00
github-actions 247991e53b Fetch translations from Crowdin 2023-01-22 00:12:23 +00:00
libretroadmin 27b485a0f7 (intl) CLeanups 2023-01-21 18:50:00 +01:00
sonninnos 3b129e6098
State slot hotkey adjustments (#14881) 2023-01-21 13:47:55 +01:00
github-actions 57a2edfc3f Fetch translations from Crowdin 2023-01-21 00:11:30 +00:00
libretroadmin 3abd6f12f3 (intl) Cleanups 2023-01-20 19:31:28 +01:00
zoltanvb 3d654cbed4
Remove translations now maintained via Crowdin (#14876)
After PR libretro#14821 , the
contents of msg_hash_xx.c files are present in the normal translation
workflow. These files can and should be reduced to stub versions,
since new translations won't take effect otherwise.

One file missed from previous commit and stubbed completely.
Other files trimmed: only translated entries are kept, original English
entries and very partially translated items are removed.
2023-01-20 19:17:09 +01:00
libretroadmin 16621f0a0c Remove unused variables 2023-01-20 18:33:53 +01:00
zoltanvb 4cf17c538b
Remove translations now maintained via Crowdin (#14872)
After PR libretro#14821 , the
contents of msg_hash_xx.c files are present in the normal translation
workflow. These files can and should be reduced to stub versions,
since new translations won't take effect otherwise.

These languages had the original English text as help at the time of
commit, so it is safe to assume no translation content is lost.
Some content is preserved until Crowdin translation catches up.
2023-01-20 16:43:27 +01:00
github-actions 321a215c47 Fetch translations from Crowdin 2023-01-20 00:11:52 +00:00
zoltanvb d689a84581
Remove translations now maintained via Crowdin (#14869)
After PR https://github.com/libretro/RetroArch/pull/14821 , the
contents of msg_hash_xx.c files are present in the normal translation
workflow. These files can and should be reduced to stub versions,
since new translations won't take effect otherwise.

These languages have reached 100% completeness on Crowdin at the
time of commit, so it is safe to assume no translation content is
lost.
2023-01-19 11:32:10 +01:00
github-actions 655e2f1969 Fetch translations from Crowdin 2023-01-19 00:11:53 +00:00
github-actions 683931f28c Fetch translations from Crowdin 2023-01-18 00:11:47 +00:00
zoltanvb 23d54bcec0
Fix warning: embedding a directive within macro arguments is not portable (#14859) 2023-01-17 08:07:15 +01:00
github-actions 3ee14d1dc7 Fetch translations from Crowdin 2023-01-17 00:11:47 +00:00
zoltanvb abb8686010
Improve help texts (#14858)
Context dependent help text for audio and video drivers
Language corrections
2023-01-16 20:28:27 +01:00
sonninnos ddcea16634
Show Frame Delay without VSync (#14857) 2023-01-16 20:27:48 +01:00
github-actions 6745d9a807 Fetch translations from Crowdin 2023-01-16 00:11:59 +00:00
github-actions d33c2ff56e Fetch translations from Crowdin 2023-01-15 00:12:18 +00:00
github-actions 2ae8a34cfb Fetch translations from Crowdin 2023-01-14 00:11:52 +00:00
sonninnos 2f1a03523b
Hotkey blocking correction (#14831) 2023-01-13 04:56:14 +01:00
Bobby Smith 06c3cd80aa
Fix subsystems sublabels (#14843) 2023-01-13 04:48:02 +01:00
github-actions 52f34ee78f Fetch translations from Crowdin 2023-01-13 00:12:02 +00:00
github-actions 2a4a266a4a Fetch translations from Crowdin 2023-01-12 00:12:26 +00:00
github-actions cf4350178b Fetch translations from Crowdin 2023-01-11 00:12:25 +00:00
neil4 7213aada8d
Add Preemptive Frames to Latency Settings (#14832) 2023-01-10 07:22:14 +01:00
github-actions 975300a320 Fetch translations from Crowdin 2023-01-10 00:12:25 +00:00
github-actions f0656f10de Fetch translations from Crowdin 2023-01-09 00:12:37 +00:00
zoltanvb 6412a1d1a1
msg_hash_us.c to Crowdin, phase 2 (with Android fix) (#14825)
* msg_hash_us.c contents to Crowdin, phase 2

Remaining part of the fixed strings moved to msg_hash_us.h, and some other changes:
- added help text for individual menu drivers
- prepared help labels for video drivers
- prepared help labels for input drivers
- old entries from the now defunct help menu are hidden from compilation
  (may be added back later, when the menu is again visible)
- moved notification color/bgcolor items to sublabels
- language fixes from phase 1 comments

* c89 compilation fixes

* Compilation fix for Android builds
2023-01-08 19:33:04 +01:00
libretroadmin ccfad9dc9d Revert "msg_hash_us.c contents to Crowdin, phase 2 (#14821)"
This reverts commit f550576147.
2023-01-08 17:47:11 +01:00
zoltanvb f550576147
msg_hash_us.c contents to Crowdin, phase 2 (#14821)
* msg_hash_us.c contents to Crowdin, phase 2

Remaining part of the fixed strings moved to msg_hash_us.h, and some other changes:
- added help text for individual menu drivers
- prepared help labels for video drivers
- prepared help labels for input drivers
- old entries from the now defunct help menu are hidden from compilation
  (may be added back later, when the menu is again visible)
- moved notification color/bgcolor items to sublabels
- language fixes from phase 1 comments
2023-01-08 10:58:26 +01:00
github-actions d1408b0c24 Fetch translations from Crowdin 2023-01-08 00:12:11 +00:00
Tatsuya79 f441821297 Start unpause restriction. 2023-01-07 20:08:40 +01:00
github-actions 42bcbc76d7 Fetch translations from Crowdin 2023-01-07 00:26:27 +00:00
github-actions 503f7cde00 Fetch translations from Crowdin 2023-01-06 00:11:35 +00:00
retroNUC fbb4d67f7c Achievement Visibility Submenu - Text tweaks
+ removing gate from account error messages
2023-01-05 19:51:55 +01:00
retroNUC 31addc0a61 Achievement Visibility Submenu - Additional changes
- 'Unlocks/Mastery' split into two options
- 'Account/Login Messages' split off from 'Verbose', gated all login success/error messages
- menu_cbs_sublabel.c - Now in same order as menu options
- menu_setting.c - VISIBILITY_UNLOCK default value now uses define
- All suggested text/cleanup changes from Jamiras
2023-01-05 19:51:55 +01:00
retroNUC 6e81098132 Add Achievements Visibility submenu options
- Startup Summary split off from Verbose Mode, added option to hide for games with zero core cheevos
- Some existing options moved into this submenu
- Leaderboard-related options coming in future PR
2023-01-05 19:51:55 +01:00
Gonzalo Peche 9efc1f500d In Android builds, add input_android_physical_keyboard configuration option and its corresponding menu entry to force a device to act as a physical keyboard.
When running on Android, RetroArch considers most devices that emit dpad events as gamepads, even if they also emit other keyboard events; this is usually the right thing to do, but it has the side effect of not letting some actual keyboards (e.g.: Logitech K480) act as such inside RetroArch. This configuration option allows users to manually select a specific input device to act as a physical keyboard instead of a gamepad, which is handy when emulating computers as opposed to consoles.
2023-01-05 04:50:37 +01:00
github-actions 59cbb16f1c Fetch translations from Crowdin 2023-01-05 00:11:41 +00:00
zoltanvb 92c143ca51 Remaining changes for the simple help text replacements. 2023-01-04 03:43:16 +01:00
zoltanvb a5431dd965 Help text translation through Crowdin, phase 1.
Help texts can be activated for some menu items using Select / RShift.
These text items were hardcoded in msg_hash_us.c (and related translations).
This commit changes the simple text items to get the source from msg_hash_us.h
(or its translations).
2023-01-04 03:43:16 +01:00
github-actions 3047561621 Fetch translations from Crowdin 2023-01-04 00:11:29 +00:00
Skirlez aba01c87e3 add scrolling sounds for rgui, xmb, and glui and fix the ozone implementation + hebrew translation for menu sounds submenu
also adds audio_driver_mixer_play_scroll_sound to menu_cbs_left and menu_cbs_right which are (seemingly) responsible for the large scroll on some menus (and also bumper scrolling on glui's playlist menu?).
2023-01-03 19:34:35 +01:00
Skirlez f84093496f implement scrolling sounds for ozone
using roughly the same implementation for the ok/notice/cancel sounds, but i've made an exclusive function for scrolling since it's going to be called a lot more than those sounds
2023-01-03 19:34:35 +01:00
github-actions 43bee969b7 Fetch translations from Crowdin 2023-01-03 00:11:20 +00:00
github-actions 955431b354 Fetch translations from Crowdin 2023-01-02 00:11:48 +00:00
github-actions 2032d67b07 Fetch translations from Crowdin 2023-01-01 00:13:23 +00:00
zoltanvb 8b536ec35d
Modify translation completeness labels in order for them to appear in Crowdin. (#14785) 2022-12-31 02:34:45 +01:00
github-actions 4609c7f90a Fetch translations from Crowdin 2022-12-31 00:10:25 +00:00
retroNUC d24cdbfb15
Allow repositioning of RetroAchievement notifications (#14777)
* Allow repositioning of achievement notifications

* PS4/ORBIS build fix

Would have thought cheevos-related notification code was wrapped in HAVE_CHEEVOS, but guess not.
2022-12-30 16:55:38 +01:00
sonninnos e0e21b3386
Fix system info autoconf device list (#14783) 2022-12-30 16:53:47 +01:00
github-actions bc9c5718f9 Fetch translations from Crowdin 2022-12-30 00:10:44 +00:00
sonninnos 0be1aa0420
Add config + input related sublabels (#14781) 2022-12-30 00:48:04 +01:00
zoltanvb 76b3c09ea9
Translation completeness display. (#14779)
Display translation completeness categories in the language selection options.
Generate the progress report for RetroArch menu file instead of all files.
2022-12-29 22:21:23 +01:00
github-actions 7e7d2b3071 Fetch translations from Crowdin 2022-12-29 00:11:14 +00:00
github-actions 42b9e23602 Fetch translations from Crowdin 2022-12-28 00:10:58 +00:00
zoltanvb 357ebc154b
Remove () from language names. (#14771) 2022-12-27 21:42:00 +01:00
github-actions 204cce8d16 Fetch translations from Crowdin 2022-12-27 00:11:50 +00:00
github-actions 6aa15e5b15 Fetch translations from Crowdin 2022-12-26 00:11:19 +00:00
sonninnos d5f58fd435
Menu switch icon corrections (#14766) 2022-12-25 18:17:16 +01:00
github-actions 7de22a9326 Fetch translations from Crowdin 2022-12-25 00:11:45 +00:00
github-actions dea327a0c2 Fetch translations from Crowdin 2022-12-24 00:09:49 +00:00
github-actions 0993324756 Fetch translations from Crowdin 2022-12-23 00:11:09 +00:00
LibretroAdmin f836328c56
Append Preset (#14737) (#14757)
WIP version of Append and Prepend preset, Includes UI for Standard Retroarch, but not the QT UI companion

Co-authored-by: HyperspaceMadness <remimcgill@hotmail.com>
2022-12-22 21:36:32 +01:00
zoltanvb 1334bd0408
Localization improvements. (#14753)
- enable localization of audio mixer sublabel
- resolve 2 localization FIXME items
- enable better localization of controller connect/disconnect/config messages
2022-12-22 16:54:14 +01:00
github-actions dbe5a047c4 Fetch translations from Crowdin 2022-12-22 00:11:10 +00:00
github-actions 2b669f4e4b Fetch translations from Crowdin 2022-12-21 00:11:08 +00:00
zoltanvb 8de16f3323
Localization improvements. (#14748)
Added translatable labels for recording, streaming, logging, turbo options.
2022-12-20 23:54:49 +01:00
github-actions 5b89a9f90f Fetch translations from Crowdin 2022-12-20 00:11:01 +00:00
zoltanvb 02ba825c88
Enable localization of video rotation, orientation, aspect ratio options. (#14744) 2022-12-19 21:36:06 +01:00
sonninnos 883e88fa73
Keyboard event blocking corrections (#14728) 2022-12-18 18:36:24 +01:00
github-actions f238e1d1b2 Fetch translations from Crowdin 2022-12-18 00:11:25 +00:00
github-actions 932b4ad3db Fetch translations from Crowdin 2022-12-17 00:11:11 +00:00
sonninnos 16ca87c327
Rename Standalone Cores to Contentless Cores (#14738) 2022-12-16 19:02:24 +01:00
sonninnos 51c92c7e3a
Fix icons in playlist manager (#14735) 2022-12-16 17:59:18 +01:00
github-actions b07b210f51 Fetch translations from Crowdin 2022-12-16 00:11:16 +00:00
github-actions c40c60ca60 Fetch translations from Crowdin 2022-12-15 00:11:47 +00:00
zoltanvb 748ce417e4
Cleanup of msg_hash_xx.c files after msg_hash_us.c cleanup. (#14730) 2022-12-14 11:52:56 +01:00
github-actions 3bda9cad1e Fetch translations from Crowdin 2022-12-14 00:11:59 +00:00
github-actions de26e07062 Fetch translations from Crowdin 2022-12-13 00:12:10 +00:00
zoltanvb 5838bb98ef
Cleanup of help texts. (#14723)
All help texts were removed, which fell into one of the categories below:

1. there is sublabel for the menu item and it contains same or better text.
Such texts and translations should be maintained as sublabel, located in
msg_hash_xx.h. Since PR#14714, sublabel will be displayed as help if present.

2. it could be confirmed that this help text is currently not shown anywhere.
Examples are deprecated features (like DEBUG_INFO) or fully removed (like
CONFIRM_EXIT)

Some enum labels were just fixed to enable display.

Information can also be updated in several places, but let's keep it separate.
2022-12-12 05:53:49 +01:00
github-actions b2d73c9bf2 Fetch translations from Crowdin 2022-12-12 00:11:37 +00:00
github-actions 844dfc9b60 Fetch translations from Crowdin 2022-12-11 00:12:39 +00:00
github-actions fc24410763 Fetch translations from Crowdin 2022-12-10 00:11:34 +00:00
github-actions 3a817dd956 Fetch translations from Crowdin 2022-12-09 00:13:07 +00:00
github-actions 2f7c29862c Fetch translations from Crowdin 2022-12-07 00:11:31 +00:00
github-actions 3532608588 Fetch translations from Crowdin 2022-12-06 00:11:40 +00:00
github-actions a11555a3f2 Fetch translations from Crowdin 2022-12-05 00:12:09 +00:00
github-actions 32bea11cc3 Fetch translations from Crowdin 2022-12-04 00:12:42 +00:00
github-actions 09170c3290 Fetch translations from Crowdin 2022-12-03 00:10:39 +00:00
sonninnos 5024809c85
Device Index menu refactor (#14691) 2022-12-02 17:47:53 +01:00
github-actions 632e902a3b Fetch translations from Crowdin 2022-12-01 00:14:11 +00:00
github-actions 74d0dd16fb Fetch translations from Crowdin 2022-11-30 00:12:51 +00:00
github-actions 68ee68bf7f Fetch translations from Crowdin 2022-11-29 00:13:02 +00:00
github-actions 1bbc1508e4 Fetch translations from Crowdin 2022-11-28 00:12:13 +00:00
sonninnos d03b77d4cf
Menu icon improvements (#14679) 2022-11-27 19:19:55 +01:00
github-actions d467cbd52d Fetch translations from Crowdin 2022-11-27 00:13:30 +00:00
github-actions 31e549ce9c Fetch translations from Crowdin 2022-11-26 00:11:25 +00:00
github-actions 29fd4c1b3a Fetch translations from Crowdin 2022-11-25 00:11:45 +00:00
github-actions b403f5fc1f Fetch translations from Crowdin 2022-11-24 00:13:21 +00:00
github-actions 5d82f19356 Fetch translations from Crowdin 2022-11-23 00:12:28 +00:00
github-actions 1a87e1107b Fetch translations from Crowdin 2022-11-22 00:13:08 +00:00
sonninnos 10a74657c3
Move SRAM init to content init (#14653) 2022-11-21 15:24:58 +01:00
github-actions 8d499f577d Fetch translations from Crowdin 2022-11-21 00:13:10 +00:00
sonninnos 3377fd55ab
Driver + hotkey list reorder (#14646)
* Reorder driver menu and lists

* Reorder hotkey list
2022-11-20 07:26:34 +01:00
github-actions 40fa56bfdd Fetch translations from Crowdin 2022-11-20 00:13:17 +00:00
github-actions c641f20e6a Fetch translations from Crowdin 2022-11-19 00:12:59 +00:00
github-actions 61a8b19b2b Fetch translations from Crowdin 2022-11-18 00:15:32 +00:00
github-actions 2103280fdd Fetch translations from Crowdin 2022-11-17 00:12:45 +00:00
sonninnos b080b39d2b
Remove useless sublabel from System Information (#14632) 2022-11-16 10:36:54 +01:00
github-actions ff5e0220c3 Fetch translations from Crowdin 2022-11-16 00:13:51 +00:00
sonninnos 3b921ffbfa
Fix shader toggle and add hotkey + sublabel (#14628) 2022-11-15 22:14:09 +01:00