mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 08:42:13 -04:00
Added plural support (#1750)
* Update it.json * Enhance SettingsSliderRow: add resetText property and update reset button styling * added i18n strings * adjust reset button width to be dynamic based on content size * added i18n strings * Update template.json * reverted changes * Update it.json * Update template.json * Update NotificationSettings.qml * added plurar support * Update it.json * Update ThemeColorsTab.qml
This commit is contained in:
@@ -1908,6 +1908,7 @@ Item {
|
||||
tags: ["modal", "darken", "background", "overlay"]
|
||||
title: I18n.tr("Modal Background")
|
||||
settingKey: "modalBackground"
|
||||
iconName: "layers"
|
||||
|
||||
SettingsToggleRow {
|
||||
tab: "theme"
|
||||
@@ -1925,7 +1926,7 @@ Item {
|
||||
tags: ["applications", "portal", "dark", "terminal"]
|
||||
title: I18n.tr("Applications")
|
||||
settingKey: "applications"
|
||||
iconName: "terminal"
|
||||
iconName: "apps"
|
||||
|
||||
SettingsToggleRow {
|
||||
tab: "theme"
|
||||
@@ -2452,6 +2453,7 @@ Item {
|
||||
tags: ["icon", "theme", "system"]
|
||||
title: I18n.tr("Icon Theme")
|
||||
settingKey: "iconTheme"
|
||||
iconName: "interests"
|
||||
|
||||
SettingsDropdownRow {
|
||||
tab: "theme"
|
||||
@@ -2478,7 +2480,7 @@ Item {
|
||||
tags: ["system", "app", "theming", "gtk", "qt"]
|
||||
title: I18n.tr("System App Theming")
|
||||
settingKey: "systemAppTheming"
|
||||
iconName: "extension"
|
||||
iconName: "brush"
|
||||
visible: Theme.matugenAvailable
|
||||
|
||||
Row {
|
||||
|
||||
Reference in New Issue
Block a user