diff options
author | Enrico204 <enrico204@gmail.com> | 2021-01-22 11:40:48 +0100 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2021-02-20 23:11:57 +0200 |
commit | 1b0c7250efb89f8a021196cc8654e23ce2952441 (patch) | |
tree | 3288a65d980d1b7fe07a712415e06f87b6bc60f2 /static/admin | |
parent | 74e388ac9e56c73ebeceee5968a5fc7349aa499d (diff) |
Add Italian into the Netlify CMS config file
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index afd0e17..c3d0832 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -128,6 +128,7 @@ collections: - { label: "🇩🇪 Deutsch", value: "de" } - { label: "🇳🇱 Dutch", value: "nl" } - { label: "🇫🇷 French", value: "fr" } + - { label: "🇮🇹 Italiano", value: "it" } - { label: "🇧🇷 Portuguese", value: "pt"} - { label: "🇲🇰 Македонски", value: "mk" } - { label: "🏳️ Tagalog", value: "tl" } |