diff options
author | Nico Finkernagel <nico@gruselhaus.com> | 2019-03-20 18:08:37 +0100 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-03-20 19:08:37 +0200 |
commit | d9ec452b95e7bd26553787b2d7f49eb72b2cb42e (patch) | |
tree | ac76d369e82e321e7dc80e91cb0807f24ecc721d /static/admin | |
parent | 592c7ce1e3a214df8e79f2b757e5edfa8dbdb587 (diff) |
Added German translation (#60) + link to org repo
Diffstat (limited to 'static/admin')
-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 181f851..fc6d50f 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -75,9 +75,10 @@ collections: options: - { label: "🇺🇸 English (default)", value: "en" } - { label: "🇱🇹 Lithuanian (official)", value: "lt" } + - { label: "🇩🇪 Deutsch", value: "de" } - { label: "🇫🇷 French", value: "fr" } - 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/mistermantas/cstate/wiki/Customization#changing-site-language' + 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' widget: 'string' default: 'en' |