forked from Shinonome/dots-hyprland
i18n:Replace qstr with Translation.tr and update the translation file
This commit is contained in:
@@ -47,7 +47,7 @@ Item { // Tag suggestion description
|
||||
}
|
||||
StyledText {
|
||||
visible: root.showArrows && root.showTab
|
||||
text: qsTr("or")
|
||||
text: Translation.tr("or")
|
||||
font.pixelSize: Appearance.font.pixelSize.smaller
|
||||
}
|
||||
KeyboardKey {
|
||||
|
||||
Reference in New Issue
Block a user