diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-09 21:15:35 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:27:08 +0200 |
commit | 12adbddb47995a589ead16259174628d887ceebf (patch) | |
tree | 9af36b48ef269a735179eeb32f0d8ff73eec6fa8 | |
parent | 70bfbd6e86c5872ed7969933b42430ef45040495 (diff) |
Add other (unlisted) languages to NCMS
-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 09e548b..43711e3 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -123,9 +123,10 @@ collections: default: 'en' options: - { label: "🇺🇸 English (default)", value: "en" } - - { label: "🇱🇹 Lithuanian (official)", value: "lt" } + - { label: "🇱🇹 Lietuviškai (official)", value: "lt" } - { label: "🇹🇷 Turkish", value: "tr" } - { label: "🇩🇪 Deutsch", value: "de" } + - { label: "🇳🇱 Dutch", value: "nl" } - { label: "🇫🇷 French", value: "fr" } - { label: "🇧🇷 Portuguese", value: "pt"} - label: 'Site language in code for html[lang]' |