gbl / CrowdinTranslate

A Minecraft Mod that automatically updates translations from CrowdIn to MC .json files
MIT License
26 stars 12 forks source link

Make CowdinTranslateParameters lazy and DownloadTask use inputs #19

Open supersaiyansubtlety opened 8 months ago

supersaiyansubtlety commented 8 months ago

Context: I'm making a plugin that applies a lot of my conventions to my mod projects, and in its current state I can't configure CrowdinTranslate via my own lazily configured extension.

Also DownloadTask using task inputs instead of a static reference to the extension is important for mulitproject builds.