Browse Source

Updated schema

Ivan Savenko 2 years ago
parent
commit
ad87735d8d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      config/schemas/mod.json

+ 5 - 0
config/schemas/mod.json

@@ -84,6 +84,11 @@
 			"description": "Home page of mod or link to forum thread"
 			"description": "Home page of mod or link to forum thread"
 		},
 		},
 
 
+		"language" : {
+			"type":"string",
+			"description": "Base language of the mod, before applying localizations. By default vcmi assumes English",
+			"enum" : [ "english", "german", "polish", "russian", "ukrainian" ],
+		},
 		"depends": {
 		"depends": {
 			"type":"array",
 			"type":"array",
 			"description": "List of mods that are required to run this one",
 			"description": "List of mods that are required to run this one",