diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-11-30 13:54:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 13:54:22 +0200 |
commit | cc4c2e524923443942deaa6194eb8d5f9a62ab51 (patch) | |
tree | 37999deb39637199a3249f7d4917715cda020e0f /static | |
parent | 3e84684a61583f1f86be13fd3ac1348f07e5b932 (diff) |
Fix bug and add Swedish
Diffstat (limited to 'static')
-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' |