translations: update qsTrs to Translation.tr and allow translation of notifications

This commit is contained in:
end-4
2025-07-17 13:56:50 +07:00
parent 9ca67f0095
commit 1e7c84a6c1
10 changed files with 104 additions and 41 deletions
@@ -19,11 +19,11 @@ Scope { // Scope
property var tabButtonList: [
{
"icon": "keyboard",
"name": qsTr("Keybinds")
"name": Translation.tr("Keybinds")
},
{
"icon": "experiment",
"name": qsTr("Elements")
"name": Translation.tr("Elements")
},
]
property int selectedTab: 0