Initial Commit
This commit is contained in:
13
language/languages.json
Normal file
13
language/languages.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.languages",
|
||||
"additionalProperties": false,
|
||||
"type": "array",
|
||||
"title": "Languages",
|
||||
"description": "A language definitions file",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"description": "A language identifier",
|
||||
"pattern": "^[a-z]{2}_[A-Z]{2}$"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user