fix(appearance): keep i18n key parity and update the scaled-emoji test

Add the new appearance settings keys (widget group titles, sidebar/density hints) to every locale so the strict key-parity check passes, and update the single-emoji chat test to expect the now-scalable calc() font size.
This commit is contained in:
Maurice
2026-06-29 11:59:00 +02:00
committed by Maurice
parent fac043c691
commit bb8f4d4e5e
20 changed files with 77 additions and 1 deletions
+4
View File
@@ -362,6 +362,10 @@ const settings: TranslationStrings = {
'settings.appearance.widget.daysTraveled': 'Days traveled',
'settings.appearance.widget.distanceFlown': 'Distance flown',
'settings.appearance.reset': 'Reset to defaults',
'settings.appearance.group.belowHero': 'Below the hero',
'settings.appearance.group.bottomOfPage': 'Bottom of page',
'settings.appearance.sidebarHint': 'The whole right column. Turn off and the dashboard centers.',
'settings.appearance.densityHint': 'Compact tightens spacing and padding for a denser layout that fits more on screen.',
};
export default settings;