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
@@ -42,7 +42,9 @@ NBox {
font.capitalization: Font.Capitalize
}
NText {
text: `System uptime: ${uptimeText}`
text: I18n.tr("system.uptime", {
"uptime": uptimeText
})
font.pointSize: Style.fontSizeS * scaling
color: Color.mOnSurfaceVariant
}