Feature: Add and implement i18n support for theme settings in German and English, refactor AppSettings to DesignSettings, and improve settings UI structure.
This commit is contained in:
@@ -25,7 +25,14 @@
|
||||
"tooltipUserSettings": "Benutzer-Einstellungen",
|
||||
"tooltipCollapseRail": "Leiste verkleinern",
|
||||
"tooltipExpandRail": "Leiste erweitern",
|
||||
"drawerSettings": "Einstellungen"
|
||||
"drawerSettings": "Einstellungen",
|
||||
"settings": {
|
||||
"theme": {
|
||||
"system": "System",
|
||||
"light": "Hell",
|
||||
"dark": "Dunkel"
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"title": "Einstellungen",
|
||||
|
||||
@@ -25,7 +25,14 @@
|
||||
"tooltipUserSettings": "User Settings",
|
||||
"tooltipCollapseRail": "Collapse Rail",
|
||||
"tooltipExpandRail": "Expand Rail",
|
||||
"drawerSettings": "Settings"
|
||||
"drawerSettings": "Settings",
|
||||
"settings": {
|
||||
"theme": {
|
||||
"system": "System",
|
||||
"light": "Light",
|
||||
"dark": "Dark"
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
||||
Reference in New Issue
Block a user