i18n: remove some entries, edit some entries

This commit is contained in:
Ly-sec
2025-09-24 16:48:43 +02:00
parent 9cfe49dec3
commit 7f9acccce7
6 changed files with 82 additions and 126 deletions
@@ -106,7 +106,7 @@ ColumnLayout {
Layout.fillWidth: true
label: I18n.tr("bar.widget-settings.clock.horizontal-bar.label")
description: I18n.tr("bar.widget-settings.clock.horizontal-bar.description")
placeholderText: I18n.tr("placeholders.clock-horizontal")
placeholderText: "HH:mm ddd, MMM dd"
text: valueFormatHorizontal
onTextChanged: valueFormatHorizontal = text
Component.onCompleted: {
@@ -129,7 +129,8 @@ ColumnLayout {
Layout.fillWidth: true
label: I18n.tr("bar.widget-settings.clock.vertical-bar.label")
description: I18n.tr("bar.widget-settings.clock.vertical-bar.description")
placeholderText: I18n.tr("placeholders.clock-vertical")
// Tokens are Qt format tokens and must not be localized
placeholderText: "HH mm dd MM"
text: valueFormatVertical
onTextChanged: valueFormatVertical = text
Component.onCompleted: {