mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
adding missing lang to mod.json
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
"language" : {
|
||||
"type" : "string",
|
||||
"description" : "Base language of the mod, before applying localizations. By default vcmi assumes English",
|
||||
"enum" : [ "czech", "chinese", "english", "french", "german", "hungarian", "italian", "korean", "polish", "russian", "spanish", "ukrainian" ]
|
||||
"enum" : [ "czech", "chinese", "english", "finnish", "french", "german", "hungarian", "italian", "korean", "polish", "portuguese", "russian", "spanish", "swedish", "turkish", "ukrainian" ]
|
||||
},
|
||||
"czech" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
@@ -164,6 +164,9 @@
|
||||
"english" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
"finnish" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
"french" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
@@ -182,12 +185,21 @@
|
||||
"polish" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
"portuguese" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
"russian" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
"spanish" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
"swedish" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
"turkish" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
"ukrainian" : {
|
||||
"$ref" : "#/definitions/localizable"
|
||||
},
|
||||
|
Reference in New Issue
Block a user