From 7347ee2212c4858108433e166e2c22d582a8f3e7 Mon Sep 17 00:00:00 2001 From: GreemDev Date: Sat, 30 Aug 2025 22:13:38 -0500 Subject: [PATCH] [ci skip] chore: UI: Add localization key for LDN Game Viewer filters dropdown button heading --- assets/locales.json | 29 +++++++++++++++++-- .../UI/Windows/LdnGamesListWindow.axaml | 12 ++++---- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/assets/locales.json b/assets/locales.json index d78ec0651..989871d7b 100644 --- a/assets/locales.json +++ b/assets/locales.json @@ -24518,7 +24518,32 @@ } }, { - "ID": "LdnGameListOnlyShowPublicGames", + "ID": "LdnGameListFiltersHeading", + "Translations": { + "ar_SA": "", + "de_DE": "", + "el_GR": "", + "en_US": "Filters", + "es_ES": "", + "fr_FR": "", + "he_IL": "", + "it_IT": "", + "ja_JP": "", + "ko_KR": "", + "no_NO": "", + "pl_PL": "", + "pt_BR": "", + "ru_RU": "", + "sv_SE": "", + "th_TH": "", + "tr_TR": "", + "uk_UA": "", + "zh_CN": "", + "zh_TW": "" + } + }, + { + "ID": "LdnGameListFiltersOnlyShowPublicGames", "Translations": { "ar_SA": "", "de_DE": "", @@ -24543,7 +24568,7 @@ } }, { - "ID": "LdnGameListOnlyShowJoinableGames", + "ID": "LdnGameListFiltersOnlyShowJoinableGames", "Translations": { "ar_SA": "", "de_DE": "", diff --git a/src/Ryujinx/UI/Windows/LdnGamesListWindow.axaml b/src/Ryujinx/UI/Windows/LdnGamesListWindow.axaml index a7dd62f4e..ec36e0caa 100644 --- a/src/Ryujinx/UI/Windows/LdnGamesListWindow.axaml +++ b/src/Ryujinx/UI/Windows/LdnGamesListWindow.axaml @@ -115,7 +115,7 @@ Margin="10, 0, 148, 0" HorizontalAlignment="Right" VerticalAlignment="Center" - Content="Filters" + Content="{ext:Locale LdnGameListFiltersHeading}" DockPanel.Dock="Right"> @@ -124,10 +124,10 @@ - + - + @@ -213,7 +213,7 @@ Margin="10, 5, 20, 5" HorizontalAlignment="Right" VerticalAlignment="Center" - Content="Filters" + Content="{ext:Locale LdnGameListFiltersHeading}" DockPanel.Dock="Right"> @@ -222,10 +222,10 @@ - + - +