i18n: WAY more i18n conversion

This commit is contained in:
Ly-sec
2025-09-24 14:12:12 +02:00
parent df70f0c824
commit 2a23b6afdd
44 changed files with 327 additions and 204 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ Popup {
id: searchInput
Layout.fillWidth: true
label: I18n.tr("widgets.icon-picker.search.label")
placeholderText: "e.g., noctalia, niri, battery, cloud"
placeholderText: I18n.tr("placeholders.search-icons")
text: root.query
onTextChanged: root.query = text.trim().toLowerCase()
}