Compare commits

..

3 Commits

Author SHA1 Message Date
Hack茶ん
9a4116db03 Update ko_KR.json
Removed duplicate entries.
2024-11-13 11:47:26 +09:00
Hack茶ん
4630d5f878 Update Korean translation
I also participated in the existing Korean localization through crowdin, but since there was an existing translation, I tried to suppress it as much as possible, but I translated it again and added my own color.
2024-11-13 08:39:53 +09:00
Hack茶ん
262debec5a Updtate Korean translation! 2024-11-11 21:43:13 +09:00
2 changed files with 428 additions and 376 deletions

View File

@@ -21,7 +21,7 @@ namespace Ryujinx.UI.Common.Configuration
ConfigurationState.Instance.Logger.EnableError.Event +=
(_, e) => Logger.SetEnable(LogLevel.Error, e.NewValue);
ConfigurationState.Instance.Logger.EnableTrace.Event +=
(_, e) => Logger.SetEnable(LogLevel.Trace, e.NewValue);
(_, e) => Logger.SetEnable(LogLevel.Error, e.NewValue);
ConfigurationState.Instance.Logger.EnableGuest.Event +=
(_, e) => Logger.SetEnable(LogLevel.Guest, e.NewValue);
ConfigurationState.Instance.Logger.EnableFsAccessLog.Event +=

File diff suppressed because it is too large Load Diff