WoWs-Builder-Team / minimap_renderer

Generates a video of your minimap.
GNU Affero General Public License v3.0
87 stars 23 forks source link

Mutli language support #13

Closed HenryQuan closed 2 months ago

HenryQuan commented 11 months ago

Is your feature request related to a problem? Please describe. This is a feature request to support multi languages for the video. I am concerned if the renderer can render non-unicode texts as mentioned in https://github.com/WoWs-Builder-Team/minimap_renderer/issues/6.

Describe the solution you'd like Render the video by passing in any supported game languages using the game resources.

Additional context I am quite interested to implement this myself at least for Chinese & Japanese languages.

HenryQuan commented 11 months ago

If you are happy with my approach in https://github.com/WoWs-Builder-Team/minimap_renderer/pull/14, I can also quickly get all necessary strings from the game, so all supported languages by game can be supported in minimap_renderer as well.