[i18n] Update Translation Of Simplified Chinese, Make Keyboard/controller Configuration Translatable

This commit is contained in:
Raspberry-Monster
2021-12-18 14:39:31 +08:00
parent d17c2fa4b0
commit d6118e335b
3 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ namespace Launcher {
ScaleHeight = CurrentScaleSize.Height / BaseScaleSize;
}
keycfg_button->Scale(ScaleWidth, ScaleHeight);
keycfg_button->Text = gcnew String(i18n::GetStringFallback("Keyboard/Controller Configuration"));
keycfg_button->Text = gcnew String(i18n::GetStringFallback("KEYBOARD_CONTROLLER_CONFIGURATION"));
keycfg_button->Click += gcnew EventHandler(this, &ui::keycfg_button_Click);
panel_Patches->Controls->Add(keycfg_button);