mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
move i18n color keys to common
This commit is contained in:
@@ -121,19 +121,19 @@ ColumnLayout {
|
||||
"key": "none"
|
||||
},
|
||||
{
|
||||
"name": I18n.tr("colors.primary"),
|
||||
"name": I18n.tr("common.primary"),
|
||||
"key": "primary"
|
||||
},
|
||||
{
|
||||
"name": I18n.tr("colors.secondary"),
|
||||
"name": I18n.tr("common.secondary"),
|
||||
"key": "secondary"
|
||||
},
|
||||
{
|
||||
"name": I18n.tr("colors.tertiary"),
|
||||
"name": I18n.tr("common.tertiary"),
|
||||
"key": "tertiary"
|
||||
},
|
||||
{
|
||||
"name": I18n.tr("colors.error"),
|
||||
"name": I18n.tr("common.error"),
|
||||
"key": "error"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user