forked from Shinonome/dots-hyprland
Quickshell qstr seems not to be working, trying to implement custom translation
Add Chinese (zh_CN) translations for Quickshell interface and settings
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import "root:/modules/common"
|
||||
import "root:/modules/common/widgets"
|
||||
import "../"
|
||||
import "root:/services/"
|
||||
import Quickshell.Io
|
||||
import Quickshell
|
||||
|
||||
@@ -37,6 +38,6 @@ QuickToggleButton {
|
||||
}
|
||||
}
|
||||
StyledToolTip {
|
||||
content: qsTr("Night Light")
|
||||
content: Translation.tr("Night Light")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user