i18n: even more integration

autoformat
This commit is contained in:
Ly-sec
2025-09-24 14:24:21 +02:00
parent 2a23b6afdd
commit 2bfed74851
35 changed files with 301 additions and 245 deletions
+3 -1
View File
@@ -455,7 +455,9 @@ Loader {
font.family: Settings.data.ui.fontFixed
font.pointSize: Style.fontSizeL * scaling
property int currentIndex: 0
property string fullText: "Welcome back, " + Quickshell.env("USER") + "!"
property string fullText: I18n.tr("system.welcome-back", {
"user": Quickshell.env("USER")
})
Timer {
interval: Style.animationFast