diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-11-18 00:01:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 00:01:46 +0200 |
commit | c5a6b164d6025aa16eb56ef6d54da1ffb737c9f1 (patch) | |
tree | 5753c32fc5c4cd9b0f482011386de2142eedb2c5 /static/admin | |
parent | 795344a6cc76c58146d99748f1d2421e3087a464 (diff) |
fix typo
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 0592196..d50d82a 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -134,7 +134,7 @@ collections: - { label: "🇲🇰 Македонски", value: "mk" } - { label: "🏳️ Tagalog", value: "tl" } - { label: "🇯🇵 Japanese", value: "ja" } - - { label: "🇺🇦 Urkainian", value: uk" } + - { label: "🇺🇦 Ukrainian", value: uk" } - 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' |