leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

Add template support for all inno setup 6.x default languages #102

Closed cybrox closed 1 year ago

cybrox commented 1 year ago

Currently, only en, zh and jp are evaluated properly by the template generator and written to the .iss template. Other language codes do not work.

This adds support for all languages that Inno Setup 6.x ships with by default. (Checked with their latest stable release)

lijy91 commented 1 year ago

LGTM