mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-11 19:39:57 -05:00
i18n:Replace qstr with Translation.tr and update the translation file
This commit is contained in:
@@ -85,7 +85,7 @@ Item {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.leftMargin: 10
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: `${Notifications.list.length} notifications`
|
||||
text: `${Notifications.list.length} ${Translation.tr("notifications")}`
|
||||
|
||||
opacity: Notifications.list.length > 0 ? 1 : 0
|
||||
visible: opacity > 0
|
||||
|
||||
Reference in New Issue
Block a user