Adds localization support across application views

Implements localization for dashboard, cash register, account, and profile sections

Adds localization keys for various UI elements, improving internationalization support
Refactors view components to use ILocalizationService for dynamic text rendering
Prepares ground for multi-language support with translation-ready markup
This commit is contained in:
Janus C. H. Knudsen 2026-01-12 15:42:18 +01:00
parent 1f400dcc6e
commit ef174af0e1
36 changed files with 821 additions and 263 deletions

View file

@ -190,7 +190,10 @@
--container-max-width-lg: 1400px;
/* -------- Card Spacing -------- */
--card-body-padding: var(--spacing-5);
--card-padding: 12px;
--card-gap: 24px;
--section-gap: 24px;
--page-padding: 24px;
/* -------- Calendar Grid -------- */
--hour-height: 64px;