aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2020-10-09 21:15:35 +0300
committerMantas Vilčinskas <hi@mnts.lt>2020-10-27 21:27:08 +0200
commit12adbddb47995a589ead16259174628d887ceebf (patch)
tree9af36b48ef269a735179eeb32f0d8ff73eec6fa8 /static
parent70bfbd6e86c5872ed7969933b42430ef45040495 (diff)
Add other (unlisted) languages to NCMS
Diffstat (limited to 'static')
-rw-r--r--static/admin/config.yml3
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]'