feat: add server settings for default board, default color scheme and default locale (#1373)
* feat: add server settings for default board, default color scheme and default locale * chore: address pull request feedback * test: adjust unit tests to match requirements * fix: deepsource issue * chore: add deepsource as dependency to translation library * refactor: restructure language-combobox, adjust default locale for next-intl * chore: change cookie keys prefix from homarr- to homarr.
This commit is contained in:
@@ -1922,6 +1922,14 @@ export default {
|
||||
},
|
||||
settings: {
|
||||
title: "Settings",
|
||||
notification: {
|
||||
success: {
|
||||
message: "Settings saved successfully",
|
||||
},
|
||||
error: {
|
||||
message: "Failed to save settings",
|
||||
},
|
||||
},
|
||||
section: {
|
||||
analytics: {
|
||||
title: "Analytics",
|
||||
@@ -1963,6 +1971,29 @@ export default {
|
||||
text: "Google will build a search box with the crawled links along with other direct links. Enabling this will ask Google to disable that box.",
|
||||
},
|
||||
},
|
||||
board: {
|
||||
title: "Boards",
|
||||
defaultBoard: {
|
||||
label: "Global default board",
|
||||
description: "Only public boards are available for selection",
|
||||
},
|
||||
},
|
||||
appearance: {
|
||||
title: "Appearance",
|
||||
defaultColorScheme: {
|
||||
label: "Default color scheme",
|
||||
options: {
|
||||
light: "Light",
|
||||
dark: "Dark",
|
||||
},
|
||||
},
|
||||
},
|
||||
culture: {
|
||||
title: "Culture",
|
||||
defaultLocale: {
|
||||
label: "Default language",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
tool: {
|
||||
|
||||
Reference in New Issue
Block a user