From 39c96079c8130e4ce490dacbef3fd90e0c2eb241 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 5 May 2025 16:21:54 -0400 Subject: [PATCH] Make license spinbox in account setup translatable --- launcher/ui/Setup/AddSquareEnix.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/ui/Setup/AddSquareEnix.qml b/launcher/ui/Setup/AddSquareEnix.qml index 8e11525..75d10ed 100644 --- a/launcher/ui/Setup/AddSquareEnix.qml +++ b/launcher/ui/Setup/AddSquareEnix.qml @@ -46,7 +46,7 @@ FormCard.FormCardPage { currentIndex: 0 description: i18n("If the account holds multiple licenses, choose the preferred one.") - model: ["Windows", "Steam", "macOS"] + model: [i18n("Windows"), i18n("Steam"), i18n("macOS")] text: i18n("License") } FormCard.FormDelegateSeparator {