[GUI] reworked languages for missing translations and added new ones

This commit is contained in:
ParantezTech
2026-07-28 17:38:53 +03:00
parent b07e4f2bc6
commit b21dd9fb92
17 changed files with 17 additions and 1 deletions
+1
View File
@@ -639,6 +639,7 @@ public partial class MainWindow : Window
EnvLogDirectMemoryRow.Description = loc.Get("Options.Env.LogDirectMemory.Desc");
EnvLogIoRow.Description = loc.Get("Options.Env.LogIo.Desc");
EnvLogNpRow.Description = loc.Get("Options.Env.LogNp.Desc");
EnvGuestImageCpuSyncRow.Description = loc.Get("Options.Env.GuestImageCpuSync.Desc");
EmulationSectionTitle.Text = loc.Get("Options.Section.Emulation");
LoggingSectionTitle.Text = loc.Get("Options.Section.Logging");
LauncherSectionTitle.Text = loc.Get("Options.Section.Launcher");