[PR #900] [MERGED] Continue UI translation work #1222

Closed
opened 2026-01-29 16:26:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/900
Author: @Deterous
Created: 10/17/2025
Status: Merged
Merged: 10/17/2025
Merged by: @mnadareski

Base: ui-langsHead: ui-langs-dev


📝 Commits (10+)

📊 Changes

9 files changed (+227 additions, -118 deletions)

View changed files

📝 MPF.Frontend/Options.cs (+4 -4)
📝 MPF.Frontend/ViewModels/OptionsViewModel.cs (+2 -2)
📝 MPF.UI/App.xaml.cs (+0 -58)
📝 MPF.UI/Resources/Strings.ko.xaml (+39 -5)
📝 MPF.UI/Resources/Strings.xaml (+35 -1)
📝 MPF.UI/Windows/MainWindow.xaml (+3 -2)
📝 MPF.UI/Windows/MainWindow.xaml.cs (+128 -30)
📝 MPF.UI/Windows/MediaInformationWindow.xaml (+14 -14)
📝 MPF.UI/Windows/OptionsWindow.xaml (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/900 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/17/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `ui-langs` ← **Head:** `ui-langs-dev` --- ### 📝 Commits (10+) - [`523a3b0`](https://github.com/SabreTools/MPF/commit/523a3b072c8e38eef46f3c187b9555e8e964aa4e) No redundant translation - [`519ee46`](https://github.com/SabreTools/MPF/commit/519ee46a9bac9f62bfbe91804d72a6d5a5fc637f) semicolon - [`6072d32`](https://github.com/SabreTools/MPF/commit/6072d325f2a03621759e06f21538bc42d3e8a188) rename DefaultUILanguage - [`ac35812`](https://github.com/SabreTools/MPF/commit/ac358120bfdfb7179f0f5db43766726d6b4d5e97) finish rename - [`61fd964`](https://github.com/SabreTools/MPF/commit/61fd964dd53ff1850b82f5c9d306cbd3e95f646e) Cleanup - [`31ddac6`](https://github.com/SabreTools/MPF/commit/31ddac6d2002e6af32ce985d628de7a6c698c851) Fix SetInterfaceLanguage - [`f567060`](https://github.com/SabreTools/MPF/commit/f567060bbafa83a820878032931b4b20da7f37c4) Fix LanguageMenuItemClick - [`674f17f`](https://github.com/SabreTools/MPF/commit/674f17fbb3b4530a53adfbc84d69784d9cb0ee9a) Set resources before window loads - [`1c365e0`](https://github.com/SabreTools/MPF/commit/1c365e0bcad2ee4416a8815afa0cf1eb01a6e8e2) set lang during init - [`1a5180c`](https://github.com/SabreTools/MPF/commit/1a5180c9f0aba1a913eedb4aa1918918016365df) Update interface language after setting options ### 📊 Changes **9 files changed** (+227 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Frontend/Options.cs` (+4 -4) 📝 `MPF.Frontend/ViewModels/OptionsViewModel.cs` (+2 -2) 📝 `MPF.UI/App.xaml.cs` (+0 -58) 📝 `MPF.UI/Resources/Strings.ko.xaml` (+39 -5) 📝 `MPF.UI/Resources/Strings.xaml` (+35 -1) 📝 `MPF.UI/Windows/MainWindow.xaml` (+3 -2) 📝 `MPF.UI/Windows/MainWindow.xaml.cs` (+128 -30) 📝 `MPF.UI/Windows/MediaInformationWindow.xaml` (+14 -14) 📝 `MPF.UI/Windows/OptionsWindow.xaml` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:26:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1222