mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-30 18:46:00 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user