YongHee-Kim / GameDataManager.jl

Easy and convenient toolkit for game designers
MIT License
6 stars 0 forks source link

Localization support #8

Open Kyjor opened 9 months ago

Kyjor commented 9 months ago

Hello, I'm getting to the point where I would like to use this in the coming months. At the moment, I think the potential of using this for localization would be amazing for me. I would like to put in a feature request for this. Thanks!

YongHee-Kim commented 9 months ago

Hello, Yes that makes a lot of sense. The GameDataManager.jl actually have a localization support https://github.com/YongHee-Kim/GameDataManager.jl/blob/main/src/localizer.jl Which were built to extract localization data in a JSON format for https://lokalise.com/

I will test GameDataManager.jl on the Julia latest and add tutorial for localization setting

Kyjor commented 9 months ago

That would be great, thank you! I wasn't sure the state of it based on the readme. Having some instructions will be super helpful