1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-17 14:47:45 +00:00

Make license spinbox in account setup translatable

This commit is contained in:
Joshua Goins 2025-05-05 16:21:54 -04:00
parent f3e6882c19
commit 39c96079c8

View file

@ -46,7 +46,7 @@ FormCard.FormCardPage {
currentIndex: 0 currentIndex: 0
description: i18n("If the account holds multiple licenses, choose the preferred one.") 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") text: i18n("License")
} }
FormCard.FormDelegateSeparator { FormCard.FormDelegateSeparator {