diff options
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 551eb96..60f2cca 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -134,6 +134,8 @@ collections: - { label: "🇲🇰 Македонски", value: "mk" } - { label: "🏳️ Tagalog", value: "tl" } - { label: "🇯🇵 Japanese", value: "ja" } + - { label: "🇺🇦 Ukrainian", value: "uk" } + - { label: "🇸🇪 Swedish", value: "se" } - label: 'Site language in code for html[lang]' hint: 'Use the ISO 639-1 defined abbreviations. Examples: en, lt, de. Fully explained here: https://github.com/cstate/cstate/wiki/Customization#changing-site-language' name: 'languageCode' @@ -241,7 +243,7 @@ collections: - label: 'Show last modified date at bottom of issues' name: 'enableLastMod' widget: 'boolean' - hint: 'Experimental feature shows when changes occured based on Git info. Read the wiki for more: https://github.com/cstate/cstate/wiki/Customization#time' + hint: 'Experimental feature shows when changes occurred based on Git info. Read the wiki for more: https://github.com/cstate/cstate/wiki/Customization#time' required: false default: false - label: 'Use relative time (issue began x min ago)' @@ -288,7 +290,7 @@ collections: required: false default: true - label: 'Disable dark mode' - hint: 'If your OS and browser supports prefers-color-scheme and the user opted into a dark mode, the status page will be darker. Some color choices may be overriden.' + hint: 'If your OS and browser supports prefers-color-scheme and the user opted into a dark mode, the status page will be darker. Some color choices may be overridden.' name: 'disableDarkMode' widget: 'boolean' required: false |