From 8e5abd31f932c51a1f153e02d769eaebd6a2a543 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 1 Dec 2023 01:56:29 -0600 Subject: Qt UI: I just can't think of England Set default language to en_US.UTF-8 in the installed target environment until we can have a proper language selection page. --- ui/qt5/horizonwizard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index 8cd1941..53331ff 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -700,7 +700,7 @@ QString HorizonWizard::toHScript() { delete[] root; /* handwavy-future: When we have language support, set it here */ - lines << "language en_GB.UTF-8"; + lines << "language en_US.UTF-8"; auto iterator = valid_keymaps.begin(); std::advance(iterator, field("keymap").toInt()); -- cgit v1.2.3-70-g09d2