diff options
author | Paul <18498650+pmdlt@users.noreply.github.com> | 2019-02-05 11:15:08 +0100 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-02-05 12:15:08 +0200 |
commit | 752d345292f7501bf74a0c058b42a46b3c4a954f (patch) | |
tree | 90243b7308b8c54b1bf514b372e255768cb74605 /static/admin/config.yml | |
parent | a33928a3a4e66c8ac38fa3491524b5b1519fb2ae (diff) |
Addition of French language (#56)
* Create fr.yaml
* Add french language
* Update fr.yaml for v4
Diffstat (limited to 'static/admin/config.yml')
-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 7ac1f5a..181f851 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -75,6 +75,7 @@ collections: options: - { label: "🇺🇸 English (default)", value: "en" } - { label: "🇱🇹 Lithuanian (official)", value: "lt" } + - { 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' name: 'languageCode' |