MagicTheGathering/mtg-sdk-java

Implement foreign names for sets

Opened this issue · 3 comments

MtgSet currently does not support foreign names for the sets. This would be a nice addition.

Thank you in advance! :)

Unfortunately after doing some research it looks like set translations is not supported by the api that the sdk gets its data from. It is supported by the MTGJson project, so it should be trivial to add to the api. If you wouldn't mind submitting an issue here. Once it gets added we can link the issue and implement the required updates to support it here.

(Seems you sent them to the MTGJSON repo by mistake, but I'll make a note upstream)

Issue #31 is the issue I sent them to you for. They are also looking for foreign names for types, which I didn't see in the current documentation.