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
+1 -1
View File
@@ -282,7 +282,7 @@ Variants {
}
NText {
text: `${model.appName || "Unknown App"} · ${Time.formatRelativeTime(model.timestamp)}`
text: `${model.appName || I18n.tr("system.unknown-app")} · ${Time.formatRelativeTime(model.timestamp)}`
color: Color.mSecondary
font.pointSize: Style.fontSizeXS * scaling
}