feat(localization): expand language support and enhance UI for user settings
- Added support for additional UI locales including Cebuano and Spanish, improving accessibility for a broader user base. - Updated language selection components in the AppHeader and SettingsWidget to reflect new language options, enhancing user experience. - Enhanced localization of various UI elements across components, ensuring consistent language representation and improved user engagement. - Implemented logic to synchronize user language preferences with backend settings, providing a seamless experience when changing languages.
This commit is contained in:
@@ -228,6 +228,11 @@ export default {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
max-width: 960px;
|
||||
/* Flex-Kind von .app-content__inner: ohne overflow wird Inhalt bei min-height:0 abgeschnitten */
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
align-content: start;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.account-settings__hero,
|
||||
|
||||
Reference in New Issue
Block a user