Soyweiser / CDDA-Wiki-Scripts

Collection of scripts used to convert the Cataclysm-DDA json files to media wiki content.
7 stars 2 forks source link

'name' field in json objects #28

Open Soyweiser opened 4 years ago

Soyweiser commented 4 years ago

For ease of translation a lot of name fields now are no longer just strings, but have either a 'str' 'str_pl' or 'str_pl' field. (the latter for singular/plural). Atm, I assumed a base string, and have hardcoded a few places where I saw 'str' which is not a good long term solution.