diff options
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r-- | static/admin/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index d50d82a..60f2cca 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -134,7 +134,8 @@ collections: - { label: "🇲🇰 Македонски", value: "mk" } - { label: "🏳️ Tagalog", value: "tl" } - { label: "🇯🇵 Japanese", value: "ja" } - - { label: "🇺🇦 Ukrainian", value: uk" } + - { 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' |