github-actions
443348f014
Fetch translations from Crowdin
2024-09-27 00:14:54 +00:00
github-actions
cae587f7a6
Fetch translations from Crowdin
2024-09-26 00:14:05 +00:00
github-actions
c43bc65c7e
Fetch translations from Crowdin
2024-09-23 00:14:44 +00:00
github-actions
17c899fac3
Fetch translations from Crowdin
2024-09-20 00:14:10 +00:00
github-actions
bec4107412
Fetch translations from Crowdin
2024-09-19 00:14:15 +00:00
github-actions
61a3397b67
Fetch translations from Crowdin
2024-09-17 00:12:22 +00:00
github-actions
b1aa7522fd
Fetch translations from Crowdin
2024-09-15 00:15:17 +00:00
github-actions
7601df9a4c
Fetch translations from Crowdin
2024-09-14 00:13:13 +00:00
github-actions
33c5c5341b
Fetch translations from Crowdin
2024-09-13 00:14:00 +00:00
github-actions
08dd2a8f7b
Fetch translations from Crowdin
2024-09-12 00:14:19 +00:00
Eric Warmenhoven
6e2f0a4f30
apple: don't allow opening sdl2 microphone if not using sdl2 audio ( #16989 )
2024-09-11 12:33:41 -07:00
Jamiras
a15d8d558a
(cheevos) use translated strings for achievement messages ( #16987 )
2024-09-10 23:31:34 -05:00
zoltanvb
4e063934fd
Add option to disable analog stick menu navigation ( #16743 )
...
Two new settings added to Settings / Input / Menu Control:
- disable left analog stick in menu navigation
- disable right analog stick in menu navigation
Since the corresponding logic is already a distinct logic flow in
input driver, no change was necessary to analog-to-digital settings
or the like.
2024-09-10 18:13:31 -07:00
Jay Paul
e61b3ae2ba
Sort Remaps by Connected Controller ( #16747 )
...
* sort remaps by connected controller if option is enabled
* ensure dir name is valid based on input device name
* Fix comments
* Fix forbidden mixed declarations and code
* fixing build errors
* fix additional build warning/error
* Resolved code review change requests
* Changed strlcat to strlcpy as per recommendation
* Retrigger checks
* Use proper path separator.
* Ensure default value is toggled off.
* Ensure that gamepad device name is valid.
2024-09-10 17:39:35 -07:00
github-actions
5fcec5d342
Fetch translations from Crowdin
2024-09-08 00:14:53 +00:00
github-actions
c87a88f456
Fetch translations from Crowdin
2024-09-07 00:28:28 +00:00
github-actions
5e14f7b914
Fetch translations from Crowdin
2024-09-06 00:13:57 +00:00
github-actions
0c6a93311c
Fetch translations from Crowdin
2024-09-05 00:13:49 +00:00
ItzSelenux
cbfe2a7279
Add Selenium theme for Ozone ( #16960 )
2024-09-03 22:00:14 -07:00
github-actions
a32c43cc3a
Fetch translations from Crowdin
2024-09-04 00:13:40 +00:00
github-actions
329b16d267
Fetch translations from Crowdin
2024-09-03 00:13:17 +00:00
github-actions
7e70851d38
Fetch translations from Crowdin
2024-09-02 00:14:07 +00:00
github-actions
3c93054f5b
Fetch translations from Crowdin
2024-09-01 00:16:16 +00:00
github-actions
810fe4545f
Fetch translations from Crowdin
2024-08-31 00:13:44 +00:00
github-actions
3d272d4714
Fetch translations from Crowdin
2024-08-30 00:14:00 +00:00
sonninnos
3f8dc5c49d
Remove 'Frame Rest' ( #16936 )
2024-08-29 03:35:09 -07:00
github-actions
fe870bc2e0
Fetch translations from Crowdin
2024-08-29 00:13:48 +00:00
github-actions
80a263eb4c
Fetch translations from Crowdin
2024-08-28 00:13:32 +00:00
sonninnos
391b46c3be
Automatic Frame Delay refactor ( #16929 )
2024-08-27 01:53:10 -07:00
github-actions
a3f13b2268
Fetch translations from Crowdin
2024-08-25 00:14:13 +00:00
github-actions
47397f07a1
Fetch translations from Crowdin
2024-08-22 00:13:17 +00:00
github-actions
fa0e6cc3ff
Fetch translations from Crowdin
2024-08-21 00:13:05 +00:00
github-actions
819a9583cc
Fetch translations from Crowdin
2024-08-19 00:13:27 +00:00
github-actions
bf25bd9149
Fetch translations from Crowdin
2024-08-17 00:12:16 +00:00
github-actions
a759e60148
Fetch translations from Crowdin
2024-08-15 00:13:22 +00:00
github-actions
7157e265d2
Fetch translations from Crowdin
2024-08-14 00:13:18 +00:00
github-actions
5a576449cf
Fetch translations from Crowdin
2024-08-13 00:13:52 +00:00
github-actions
25cd07b7c2
Fetch translations from Crowdin
2024-08-12 00:13:33 +00:00
Eric Warmenhoven
12def933dc
cloud sync: add options to sync thumbnails and system files, default off ( #16869 )
2024-08-11 13:12:35 -07:00
github-actions
2290955e4c
Fetch translations from Crowdin
2024-08-10 00:12:12 +00:00
github-actions
d83775a6b7
Fetch translations from Crowdin
2024-08-09 00:13:14 +00:00
github-actions
297b04edfd
Fetch translations from Crowdin
2024-08-08 00:13:10 +00:00
Jason Breitweiser
11d9a841f3
This change allows playlist icons to be replaced with Logos. ( #16758 )
...
* This change allows playlist icons to be replaced with Logos. the art is loaded to the Thumbnail Named_Logos folder. It is treated the same as other thumbnails for naming and for automatic download. There is a settings menu option to turn it on and off. It is off by default. This only applies to the xmb menu driver.
* Removed commented out code against the style guide.
* Code cleanup for C89 compatibitity
* Cleaned up errors from Automated CI.
* Cleaned up comments.
* Update gfx_display.c
change strcpy to strlcpy
* Update gfx_thumbnail_path.c
fix code formatting
* Update xmb.c
code formatting changes
2024-08-07 08:39:57 -07:00
github-actions
b14fc30d1a
Fetch translations from Crowdin
2024-08-07 00:34:03 +00:00
github-actions
571ae9f72e
Fetch translations from Crowdin
2024-08-06 00:12:58 +00:00
github-actions
45b163547e
Fetch translations from Crowdin
2024-08-05 00:13:40 +00:00
github-actions
0f367d795e
Fetch translations from Crowdin
2024-08-04 00:13:58 +00:00
github-actions
38b3ba4e00
Fetch translations from Crowdin
2024-08-02 00:12:40 +00:00
github-actions
13dbb31f62
Fetch translations from Crowdin
2024-07-29 00:13:21 +00:00
github-actions
c1f23a3b09
Fetch translations from Crowdin
2024-07-28 00:14:12 +00:00
github-actions
5510181e91
Fetch translations from Crowdin
2024-07-27 00:11:55 +00:00
github-actions
b476dd1c28
Fetch translations from Crowdin
2024-07-26 00:12:40 +00:00
zoltanvb
b090f85620
Support for non-PNG local thumbnails ( #16806 )
...
Allow thumbnails (boxart, title, screenshot) to be loaded in any
other supported format as well, currently jpg, bmp, tga.
Support is for local thumbnails only, downloads are not changed.
PNG format is always preferred. Menu option added for control,
since trying for multiple thumbnail files may impact performance
on slow storage media.
2024-07-24 18:31:41 -07:00
github-actions
3f2ad22fce
Fetch translations from Crowdin
2024-07-25 00:12:49 +00:00
github-actions
eada7985f5
Fetch translations from Crowdin
2024-07-24 00:14:04 +00:00
github-actions
3ba8171ed8
Fetch translations from Crowdin
2024-07-22 00:13:24 +00:00
github-actions
019f256b17
Fetch translations from Crowdin
2024-07-20 00:12:39 +00:00
github-actions
39a2cecdc5
Fetch translations from Crowdin
2024-07-19 01:43:18 +00:00
Jamiras
1232a6ae6e
include rank on leaderboard submission notification ( #16788 )
2024-07-18 13:32:37 -07:00
Joseph C. Osborn
a7bc0ad68f
Make custom aspect ratios under integer scaling respect xy offset
...
This makes them more usable. I don't understand why it was ever
disallowed, can someone review and let me know?
2024-07-18 08:22:42 -05:00
github-actions
708a1469fb
Fetch translations from Crowdin
2024-07-18 00:12:33 +00:00
github-actions
34e9f10dff
Fetch translations from Crowdin
2024-07-17 00:13:11 +00:00
github-actions
b502434839
Fetch translations from Crowdin
2024-07-16 00:13:22 +00:00
github-actions
249c05e100
Fetch translations from Crowdin
2024-07-15 00:13:26 +00:00
github-actions
c208186df5
Fetch translations from Crowdin
2024-07-14 00:14:18 +00:00
github-actions
60fd45f5f9
Fetch translations from Crowdin
2024-07-13 00:12:41 +00:00
github-actions
93a5d05383
Fetch translations from Crowdin
2024-07-11 00:13:43 +00:00
github-actions
2f3a5df4db
Fetch translations from Crowdin
2024-07-10 00:13:28 +00:00
github-actions
ef2be4a80c
Fetch translations from Crowdin
2024-07-09 00:12:30 +00:00
github-actions
fa24a2d3d4
Fetch translations from Crowdin
2024-07-08 00:13:25 +00:00
github-actions
8968ecd988
Fetch translations from Crowdin
2024-07-06 00:11:38 +00:00
github-actions
eea939429c
Fetch translations from Crowdin
2024-07-05 00:12:17 +00:00
github-actions
4072dcfc8a
Fetch translations from Crowdin
2024-07-04 00:12:29 +00:00
github-actions
71b6932039
Fetch translations from Crowdin
2024-07-03 00:12:33 +00:00
github-actions
00b1e97c79
Fetch translations from Crowdin
2024-07-01 00:14:23 +00:00
github-actions
fd8bb7b1ef
Fetch translations from Crowdin
2024-06-28 00:12:41 +00:00
github-actions
f4a45a4dd9
Fetch translations from Crowdin
2024-06-27 00:12:53 +00:00
github-actions
1ebe646198
Fetch translations from Crowdin
2024-06-26 00:12:27 +00:00
Jay Paul
c570a6a20a
allow saves and configs to be optionally synced to cloud
2024-06-25 08:25:28 -05:00
Joseph C. Osborn
05faba73e3
Add config values and menu items for viewport bias x/y
2024-06-25 08:18:39 -05:00
github-actions
929fa20348
Fetch translations from Crowdin
2024-06-24 00:13:51 +00:00
github-actions
7da8e28370
Fetch translations from Crowdin
2024-06-23 00:13:32 +00:00
github-actions
7830e8aa23
Fetch translations from Crowdin
2024-06-20 00:12:24 +00:00
github-actions
e3bb6b7aa8
Fetch translations from Crowdin
2024-06-19 00:12:24 +00:00
github-actions
e2b0d70ec0
Fetch translations from Crowdin
2024-06-18 00:12:46 +00:00
github-actions
622736e195
Fetch translations from Crowdin
2024-06-17 00:13:10 +00:00
github-actions
1f1ff0aafc
Fetch translations from Crowdin
2024-06-16 00:13:36 +00:00
github-actions
7dab17e50c
Fetch translations from Crowdin
2024-06-15 00:11:45 +00:00
github-actions
6b36fe8cf2
Fetch translations from Crowdin
2024-06-14 00:12:52 +00:00
github-actions
25a8bc9a42
Fetch translations from Crowdin
2024-06-13 00:12:37 +00:00
Jamiras
79cfce6033
add rarity and points to achievement unlock widget
2024-06-12 13:18:01 -05:00
github-actions
af7f1f7f91
Fetch translations from Crowdin
2024-06-12 00:12:51 +00:00
github-actions
6e057abc8e
Fetch translations from Crowdin
2024-06-11 00:12:40 +00:00
github-actions
37c9c17133
Fetch translations from Crowdin
2024-06-10 00:12:54 +00:00
github-actions
5bc5a9fb73
Fetch translations from Crowdin
2024-06-09 00:14:24 +00:00
github-actions
fa61d82553
Fetch translations from Crowdin
2024-06-08 00:12:41 +00:00
github-actions
f07b3d7c95
Fetch translations from Crowdin
2024-06-07 00:12:49 +00:00
github-actions
9419f02d63
Fetch translations from Crowdin
2024-06-06 00:11:47 +00:00
zoltanvb
a9968e9e86
Controller device reservation / preference.
...
For each player, 2 new options are added:
- a reservation type (no reservation, preferred, reserved)
- a reserved device name
When handling port - player assignments, reserved devices
will be assigned to the respective player port. If reservation
type is "reserved", no other device can take that port
automatically.
Reservation config option and matching function lifted from:
PatrickStankard https://github.com/libretro/RetroArch/pull/16269
Test joypad driver was extended for more tests.
Co-authored-by: Patrick Stankard <me@patrickstankard.com>
2024-06-05 18:17:54 -05:00
github-actions
427e3fa6f6
Fetch translations from Crowdin
2024-06-05 00:12:18 +00:00
github-actions
dab84a13d6
Fetch translations from Crowdin
2024-06-04 00:12:13 +00:00
github-actions
1c44a1772d
Fetch translations from Crowdin
2024-06-03 00:12:27 +00:00
github-actions
8b213d3c0d
Fetch translations from Crowdin
2024-06-02 00:13:22 +00:00
github-actions
47dd4e7e75
Fetch translations from Crowdin
2024-06-01 00:12:38 +00:00
github-actions
f504676948
Fetch translations from Crowdin
2024-05-31 00:12:12 +00:00
github-actions
95050c03be
Fetch translations from Crowdin
2024-05-30 00:13:10 +00:00
github-actions
3a56b73a31
Fetch translations from Crowdin
2024-05-28 00:12:30 +00:00
github-actions
ecc5c1809d
Fetch translations from Crowdin
2024-05-24 00:12:36 +00:00
github-actions
8792d28f52
Fetch translations from Crowdin
2024-05-22 00:11:56 +00:00
github-actions
f33f00ba05
Fetch translations from Crowdin
2024-05-21 00:11:56 +00:00
github-actions
00baa88731
Fetch translations from Crowdin
2024-05-20 00:12:07 +00:00
github-actions
741e7f82af
Fetch translations from Crowdin
2024-05-19 00:13:21 +00:00
github-actions
ec8358c783
Fetch translations from Crowdin
2024-05-16 00:12:17 +00:00
github-actions
e2961dfc37
Fetch translations from Crowdin
2024-05-15 00:12:15 +00:00
github-actions
c1a2e21447
Fetch translations from Crowdin
2024-05-14 00:12:21 +00:00
github-actions
f3b6093941
Fetch translations from Crowdin
2024-05-13 00:12:34 +00:00
github-actions
6bc4e24d74
Fetch translations from Crowdin
2024-05-11 00:12:15 +00:00
github-actions
ee5f64d822
Fetch translations from Crowdin
2024-05-10 00:12:31 +00:00
github-actions
79fc73f0de
Fetch translations from Crowdin
2024-05-09 00:12:12 +00:00
github-actions
bbc58eb4bb
Fetch translations from Crowdin
2024-05-08 00:10:45 +00:00
github-actions
ea5697c006
Fetch translations from Crowdin
2024-05-07 00:12:11 +00:00
github-actions
9ab6c62fc7
Fetch translations from Crowdin
2024-05-06 00:12:25 +00:00
sonninnos
17b9324a24
Cleanup 'Add to Playlist' ( #16495 )
2024-05-05 03:48:20 -07:00
github-actions
711bf39155
Fetch translations from Crowdin
2024-05-05 00:12:50 +00:00
github-actions
8741e7b9f0
Fetch translations from Crowdin
2024-05-04 00:11:41 +00:00
github-actions
ab04f8a7a2
Fetch translations from Crowdin
2024-05-03 00:12:17 +00:00
github-actions
faec215337
Fetch translations from Crowdin
2024-05-02 00:12:09 +00:00
github-actions
7d57f00be3
Fetch translations from Crowdin
2024-05-01 00:12:52 +00:00
github-actions
8a52f1e1b5
Fetch translations from Crowdin
2024-04-30 00:11:26 +00:00
github-actions
d1b3902790
Fetch translations from Crowdin
2024-04-29 00:12:14 +00:00
github-actions
d1b239ec8b
Fetch translations from Crowdin
2024-04-28 00:13:22 +00:00
github-actions
36abf7a8cc
Fetch translations from Crowdin
2024-04-27 00:11:28 +00:00
github-actions
d310f834e6
Fetch translations from Crowdin
2024-04-26 00:12:01 +00:00
github-actions
89e0dadf90
Fetch translations from Crowdin
2024-04-25 00:11:23 +00:00
sonninnos
e2a1e6024a
Video sync option label cleanup ( #16466 )
2024-04-24 07:04:49 -07:00
github-actions
a8b2578358
Fetch translations from Crowdin
2024-04-24 00:11:43 +00:00
github-actions
0398e4845d
Fetch translations from Crowdin
2024-04-22 00:12:25 +00:00
github-actions
016ce34ae4
Fetch translations from Crowdin
2024-04-21 00:13:00 +00:00
github-actions
4a86255363
Fetch translations from Crowdin
2024-04-19 00:11:32 +00:00
BAXY Square
ac79b43cb9
Add FlatUX Theme, Remove Retired Themes ( #16441 )
...
* Add FlatUX Theme, Remove Retired Themes
With some help from @gouchi, I decided to try and add the FlatUX theme, which has been in the retroarch-assets repository for years. FlatUX was designed to merge the FlatUI and Retroactive themes into a single, unified design.
With the addition of FlatUX, the Retroactive and Neoactive themes will be retired. This PR removes them both from the menus. The theme files will be removed from retroarch-assets, but are archived on baxy-retroarch-themes.
* Edited Language Files to Add FlatUX, Remove Retired Themes
Edited the language files to Add FlatUX and remove the Retroactive and Neoactive themes.
* Fixed Language Files Again
I apologize for my errors. Let's see if this gets it right.
* Updated IT Language File
2024-04-18 03:10:56 -07:00
github-actions
2ef8bb4eb4
Fetch translations from Crowdin
2024-04-18 00:11:50 +00:00
github-actions
6d1f7ef2be
Fetch translations from Crowdin
2024-04-17 00:12:05 +00:00
github-actions
085cf85b38
Fetch translations from Crowdin
2024-04-16 00:11:22 +00:00
github-actions
4831324973
Fetch translations from Crowdin
2024-04-15 02:29:24 +00:00
github-actions
a9d28cd2c9
Fetch translations from Crowdin
2024-04-14 00:16:07 +00:00
github-actions
c0692dbd1b
Fetch translations from Crowdin
2024-04-13 00:10:36 +00:00
Barry Rowe
26a824caff
Revert of AI service changes ( #16428 )
2024-04-12 16:17:24 -07:00
github-actions
6671916c78
Fetch translations from Crowdin
2024-04-12 00:12:02 +00:00
github-actions
b7404930ac
Fetch translations from Crowdin
2024-04-10 00:11:49 +00:00
github-actions
49037cb4b5
Fetch translations from Crowdin
2024-04-09 00:12:01 +00:00
github-actions
ed7b5e7809
Fetch translations from Crowdin
2024-04-08 00:12:17 +00:00
github-actions
a1353b0bd3
Fetch translations from Crowdin
2024-04-07 00:13:40 +00:00
Jason Breitweiser
5d66883e81
Add To Playlist with corrections ( #16416 )
...
* This PR contains Add To Favorite functionality. It allows moving content to another playlist or to Create a new playlist with the selected content.
* Update retroarch.c
Fixed ISO C90 variable declaration at top of code.
* Update menu_cbs_ok.c
Fixed variable declaration for ISO requirement.
* This commit is to amend a previous PR where the mesg andd label hashs were in the wrong file.
2024-04-06 09:05:08 -07:00
github-actions
45068ee55d
Fetch translations from Crowdin
2024-04-06 00:12:20 +00:00
Jamiras
a6beba6376
(cheevos) upgrade to rcheevos 11.2 ( #16408 )
...
* provide more information during achievement load process
* update rcheevos version
* do disconnected processing even when no game is loaded
* make loading widget unique
* only show loading indicator with verbose messages on
2024-04-05 07:39:38 -07:00
github-actions
5426ec8d90
Fetch translations from Crowdin
2024-04-05 00:12:10 +00:00
github-actions
72a10eda9a
Fetch translations from Crowdin
2024-04-04 00:12:36 +00:00
github-actions
9b969910c4
Fetch translations from Crowdin
2024-04-03 00:12:08 +00:00
zoltanvb
2d7ac133ae
Add core path to Core Information screen ( #16405 )
2024-04-02 00:06:33 -07:00
github-actions
fcd546b74c
Fetch translations from Crowdin
2024-04-01 00:13:06 +00:00
github-actions
a7d5026c89
Fetch translations from Crowdin
2024-03-31 00:13:23 +00:00
github-actions
ab6f3edb6a
Fetch translations from Crowdin
2024-03-30 00:11:01 +00:00
github-actions
83d6cc5238
Fetch translations from Crowdin
2024-03-29 00:11:42 +00:00
Jason Breitweiser
87b9d0328e
Add To Playlist functionality ( #16386 )
...
* This PR contains Add To Favorite functionality. It allows moving content to another playlist or to Create a new playlist with the selected content.
* Update retroarch.c
Fixed ISO C90 variable declaration at top of code.
* Update menu_cbs_ok.c
Fixed variable declaration for ISO requirement.
2024-03-28 12:58:16 -07:00
github-actions
a54811c79b
Fetch translations from Crowdin
2024-03-27 00:11:42 +00:00
github-actions
f549875953
Fetch translations from Crowdin
2024-03-26 00:11:27 +00:00
github-actions
eeb6e703ba
Fetch translations from Crowdin
2024-03-25 00:12:35 +00:00
github-actions
b383f951ac
Fetch translations from Crowdin
2024-03-22 00:11:24 +00:00
github-actions
076d3cc91f
Fetch translations from Crowdin
2024-03-21 00:12:46 +00:00
github-actions
8bb7173f97
Fetch translations from Crowdin
2024-03-20 00:11:23 +00:00
MajorPainTheCactus
eef34e9461
Added rolling scan line simulation based on the shader subframe feature. This is implemented with a scrolling scissor rect rather than in the shader itself as this is more efficient although may not work for every shader pass - we may need an option to exclude certain passes. The implementation simply divides the screen up by the number of sub frames and then moves the scissor rect down over the screen over the number of sub frames. ( #16282 )
2024-03-19 08:59:36 -07:00
github-actions
6a94ed7299
Fetch translations from Crowdin
2024-03-19 00:11:54 +00:00
github-actions
8c96bab4fc
Fetch translations from Crowdin
2024-03-18 00:12:23 +00:00
neil4
5306da72ce
Minor updates to Overlay Mouse and Lightgun ( #16366 )
2024-03-17 09:40:50 -07:00
github-actions
14e49d8b9e
Fetch translations from Crowdin
2024-03-17 00:12:31 +00:00
neil4
cc97df732c
Add Overlay Mouse, Lightgun, and Pointer ( #16343 )
...
- When enabled, any touch inputs not in a hitbox are used to create pointing device input for the core.
- Mouse: 1-, 2-, 3-touch inputs are LMB, RMB, and MMB
- Lightgun: allows input from overlay buttons or multi-touch mappings
2024-03-16 01:56:30 -07:00
Eric Warmenhoven
bca3cc0165
Minor iOS JIT availability information ( #16358 )
2024-03-15 23:59:49 -07:00
github-actions
bbf368002e
Fetch translations from Crowdin
2024-03-16 00:10:29 +00:00
github-actions
34bcb9f660
Fetch translations from Crowdin
2024-03-15 00:11:20 +00:00
github-actions
dd40d81be6
Fetch translations from Crowdin
2024-03-13 00:11:25 +00:00
Rob Loach
936328e637
Remove cursor_directory and resampler_directory ( #16346 )
2024-03-12 04:10:42 -07:00
github-actions
fc67ac0808
Fetch translations from Crowdin
2024-03-11 00:12:03 +00:00
github-actions
a417f74476
Fetch translations from Crowdin
2024-03-10 00:12:22 +00:00
github-actions
0c8fa563b3
Fetch translations from Crowdin
2024-03-08 00:11:38 +00:00
github-actions
293391975e
Fetch translations from Crowdin
2024-03-07 00:09:55 +00:00
zoltanvb
5109c9efc6
Small sublabel adjustment ( #16335 )
...
As mentioned in #16146
2024-03-06 14:37:17 -08:00
github-actions
ccfc7bab1c
Fetch translations from Crowdin
2024-03-06 00:11:35 +00:00
github-actions
952ac2a57a
Fetch translations from Crowdin
2024-03-05 00:11:31 +00:00
github-actions
c72de1213e
Fetch translations from Crowdin
2024-03-04 00:11:57 +00:00
github-actions
ac19523ce0
Fetch translations from Crowdin
2024-03-03 00:12:26 +00:00
github-actions
75c0ede845
Fetch translations from Crowdin
2024-03-02 00:10:30 +00:00
github-actions
f6fc0c1d96
Fetch translations from Crowdin
2024-03-01 00:13:07 +00:00
github-actions
07de6d9594
Fetch translations from Crowdin
2024-02-29 00:11:08 +00:00
github-actions
e09820e4c7
Fetch translations from Crowdin
2024-02-28 00:11:38 +00:00
sonninnos
455585e8d1
Add some missing msg dots ( #16297 )
2024-02-26 20:59:07 -08:00
github-actions
a3fe9c0ee2
Fetch translations from Crowdin
2024-02-27 00:11:59 +00:00
sonninnos
59381b7312
Add visibility option for disc control notifications ( #16292 )
2024-02-26 06:01:15 -08:00
github-actions
55b1ecb3f5
Fetch translations from Crowdin
2024-02-26 00:12:37 +00:00
github-actions
5c6643c4a8
Fetch translations from Crowdin
2024-02-25 00:12:34 +00:00
github-actions
14b5feeabf
Fetch translations from Crowdin
2024-02-24 00:10:43 +00:00