Files
minecraft-bedrock-json-schemas/source/language/languages.json

42 lines
746 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$id": "blockception.minecraft.languages",
"additionalProperties": false,
2020-11-17 09:56:41 +01:00
"examples": [
[
"en_US",
"en_GB",
"de_DE",
"es_ES",
"es_MX",
"fr_FR",
"fr_CA",
"it_IT",
"ja_JP",
"ko_KR",
"pt_BR",
"pt_PT",
"ru_RU",
"zh_CN",
"zh_TW",
"nl_NL",
"bg_BG",
"cs_CZ",
"da_DK",
"el_GR",
"fi_FI",
"hu_HU",
"id_ID",
"nb_NO",
"pl_PL",
"sk_SK",
"sv_SE",
"tr_TR",
"uk_UA"
]
],
2020-11-01 17:22:42 +01:00
"type": "array",
"title": "Languages",
"description": "A language definitions file",
2021-03-21 15:18:38 +01:00
"items": { "type": "string", "description": "A language identifier", "pattern": "^[a-z]{2}_[A-Z]{2}$" }
2020-11-01 17:22:42 +01:00
}