瀏覽代碼

Updated schema

Ivan Savenko 2 年之前
父節點
當前提交
ad87735d8d
共有 1 個文件被更改,包括 5 次插入0 次删除
  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"
 		},
 
+		"language" : {
+			"type":"string",
+			"description": "Base language of the mod, before applying localizations. By default vcmi assumes English",
+			"enum" : [ "english", "german", "polish", "russian", "ukrainian" ],
+		},
 		"depends": {
 			"type":"array",
 			"description": "List of mods that are required to run this one",