v1.0.8 - Fixed some typos
This commit is contained in:
parent
f5d35722a9
commit
bda535c2cf
2 changed files with 4 additions and 4 deletions
|
@ -6307,21 +6307,21 @@
|
|||
{
|
||||
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
||||
"id": "BoughtItems",
|
||||
"text": "Купленные предметы",
|
||||
"text": "Покупка предметов",
|
||||
"spriteAddress": null,
|
||||
"videoAddress": null
|
||||
},
|
||||
{
|
||||
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
||||
"id": "SoldItems",
|
||||
"text": "Проданные предметы",
|
||||
"text": "Продажа предметов",
|
||||
"spriteAddress": null,
|
||||
"videoAddress": null
|
||||
},
|
||||
{
|
||||
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
||||
"id": "DropAllValuables",
|
||||
"text": "Сбросить всё ценное",
|
||||
"text": "Выложить всё ценное",
|
||||
"spriteAddress": null,
|
||||
"videoAddress": null
|
||||
},
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"Name": "Russian Translation",
|
||||
"Description": "Adds a Russian translation to the game",
|
||||
"Author": "Jonny_Bro",
|
||||
"ModVersion": "1.0.7",
|
||||
"ModVersion": "1.0.8",
|
||||
"GameVersion": "1.0.0.0"
|
||||
}
|
Loading…
Reference in a new issue