Zezombye / overpy

High-level language for the Overwatch Workshop with support for compilation and decompilation.
GNU General Public License v3.0
179 stars 27 forks source link

Missing translations for "modeName" in customGameSettings.main #279

Closed onlunar closed 3 years ago

onlunar commented 3 years ago

image Perhaps because of missing "guid" in original data? Not sure about that. Here's the translation in zh-CN just in case:

"modeName": {
    "values": "__string__",
    "maxChars": 32,
    "en-US": "Mode Name",
    "zh-CN": "模式名称",
}
Zezombye commented 3 years ago

Fixed in 6.10.2, thanks for reporting!