mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added custom language code to config schema (#3542)
As suggested in https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#custom-translations
This commit is contained in:
parent
e5852169c9
commit
d39c6301b0
@ -45,6 +45,12 @@
|
||||
"title": "Site language",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/",
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "Site language: Custom",
|
||||
"enum": [
|
||||
"custom"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Site language: Afrikaans",
|
||||
"enum": [
|
||||
|
Loading…
Reference in New Issue
Block a user