Update config-schema.json to improve language:

This commit is contained in:
bullmoose20 2024-01-17 08:13:02 -05:00 committed by GitHub
parent 33fb000364
commit 565ee8d6f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,7 +145,29 @@
"type": "string"
},
"language": {
"type": "string"
"type": ["string", "null"],
"enum": [
"aa", "ab", "af", "ak", "sq", "am", "ar", "an", "hy", "as",
"av", "ae", "ay", "az", "bm", "ba", "eu", "be", "bn", "bh",
"bi", "bs", "br", "bg", "ca", "ch", "ce", "zh", "cu", "cv",
"kw", "co", "cr", "hr", "cs", "da", "nl", "dz", "en", "eo",
"et", "ee", "fo", "fa", "fj", "fi", "fr", "fy", "ff", "ka",
"de", "gd", "ga", "gl", "gv", "gn", "gu", "ht", "ha", "he",
"hz", "hi", "ho", "hr", "hu", "hy", "ig", "is", "io", "ii",
"iu", "ie", "ia", "id", "ik", "is", "it", "jv", "ja", "kl",
"kn", "ks", "ka", "kr", "kk", "km", "ki", "rw", "ky", "kv",
"kg", "ko", "ku", "kj", "la", "lb", "lg", "li", "ln", "lo",
"lt", "lu", "lv", "gv", "mk", "mg", "ms", "ml", "mt", "mn",
"mi", "mr", "mh", "mo", "na", "nv", "nb", "nd", "ne", "nl",
"nn", "no", "ii", "oc", "oj", "or", "om", "os", "pa", "pi",
"pl", "pt", "ps", "qu", "rm", "ro", "rn", "ru", "sg", "sa",
"si", "sk", "sl", "se", "sm", "sn", "sd", "so", "st", "es",
"sc", "sr", "ss", "su", "sw", "sv", "ty", "ta", "tt", "te",
"tg", "tl", "th", "ti", "to", "tn", "ts", "tk", "tr", "tw",
"ug", "uk", "ur", "uz", "ve", "vi", "vo", "wa", "cy", "wo",
"xh", "yi", "yo", "za", "zh", "zu"
],
"description": "This field can be either null or a valid ISO 639 language code."
},
"region": {
"type": "string",
@ -264,7 +286,29 @@
"type": "integer"
},
"language": {
"type": "string"
"type": ["string", "null"],
"enum": [
"aa", "ab", "af", "ak", "sq", "am", "ar", "an", "hy", "as",
"av", "ae", "ay", "az", "bm", "ba", "eu", "be", "bn", "bh",
"bi", "bs", "br", "bg", "ca", "ch", "ce", "zh", "cu", "cv",
"kw", "co", "cr", "hr", "cs", "da", "nl", "dz", "en", "eo",
"et", "ee", "fo", "fa", "fj", "fi", "fr", "fy", "ff", "ka",
"de", "gd", "ga", "gl", "gv", "gn", "gu", "ht", "ha", "he",
"hz", "hi", "ho", "hr", "hu", "hy", "ig", "is", "io", "ii",
"iu", "ie", "ia", "id", "ik", "is", "it", "jv", "ja", "kl",
"kn", "ks", "ka", "kr", "kk", "km", "ki", "rw", "ky", "kv",
"kg", "ko", "ku", "kj", "la", "lb", "lg", "li", "ln", "lo",
"lt", "lu", "lv", "gv", "mk", "mg", "ms", "ml", "mt", "mn",
"mi", "mr", "mh", "mo", "na", "nv", "nb", "nd", "ne", "nl",
"nn", "no", "ii", "oc", "oj", "or", "om", "os", "pa", "pi",
"pl", "pt", "ps", "qu", "rm", "ro", "rn", "ru", "sg", "sa",
"si", "sk", "sl", "se", "sm", "sn", "sd", "so", "st", "es",
"sc", "sr", "ss", "su", "sw", "sv", "ty", "ta", "tt", "te",
"tg", "tl", "th", "ti", "to", "tn", "ts", "tk", "tr", "tw",
"ug", "uk", "ur", "uz", "ve", "vi", "vo", "wa", "cy", "wo",
"xh", "yi", "yo", "za", "zh", "zu"
],
"description": "This field can be either null or a valid ISO 639 language code."
},
"cache_expiration": {
"type": "integer"