diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-07-13 17:24:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:24:06 +0300 |
commit | 6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (patch) | |
tree | 1d17945de819e91753abb2c894fe7cc001cfaad2 /static/admin | |
parent | 5471cfdfa15373d354d17abfcc6f3dd9ad359ae4 (diff) | |
parent | 5a6a6714f1769c7d019ac26890e978eb3c9eb685 (diff) |
Merge branch 'dev' into master
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 cd31629..551eb96 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -133,6 +133,7 @@ collections: - { label: "🇧🇷 Portuguese", value: "pt"} - { label: "🇲🇰 Македонски", value: "mk" } - { label: "🏳️ Tagalog", value: "tl" } + - { label: "🇯🇵 Japanese", value: "ja" } - 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/cstate/cstate/wiki/Customization#changing-site-language' name: 'languageCode' |