mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-04 04:28:30 -04:00
i18n: term overhaul
- Delete ~160-ish useless terms - Add context to more terms - Add a mechanism to duplicate the same terms with different contexts - sync
This commit is contained in:
@@ -8,7 +8,7 @@ SettingsCard {
|
||||
id: root
|
||||
|
||||
iconName: "palette"
|
||||
title: I18n.tr("Workspace Appearance")
|
||||
title: I18n.tr("Appearance")
|
||||
settingKey: "workspaceAppearance"
|
||||
tags: ["workspace", "focused", "color", "custom"]
|
||||
collapsible: true
|
||||
@@ -200,10 +200,10 @@ SettingsCard {
|
||||
tabHeight: 44
|
||||
showIcons: false
|
||||
model: [({
|
||||
"text": I18n.tr("Focused Display", "workspace appearance tab")
|
||||
}), ({
|
||||
"text": I18n.tr("Unfocused Display(s)", "workspace appearance tab")
|
||||
})]
|
||||
"text": I18n.tr("Focused Display", "workspace appearance tab")
|
||||
}), ({
|
||||
"text": I18n.tr("Unfocused Display(s)", "workspace appearance tab")
|
||||
})]
|
||||
onTabClicked: index => currentIndex = index
|
||||
Component.onCompleted: Qt.callLater(updateIndicator)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user