move i18n color keys to common

This commit is contained in:
notiant
2026-02-04 19:21:25 +01:00
committed by GitHub
parent 5705140d6d
commit 0bb6c511e3
4 changed files with 18 additions and 18 deletions
@@ -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"
}
]