daisuke-fukuda / flutter_launcher_name

https://pub.dev/packages/flutter_launcher_name
BSD 2-Clause "Simplified" License
46 stars 29 forks source link

add support for launcher name localization #2

Open deadsoul44 opened 4 years ago

deadsoul44 commented 4 years ago

Is it possible to add localization support in a simple way?

daisuke-fukuda commented 4 years ago

Thank you for adding issue.

But sorry, there is no support of localization by this plugin now.

I think you can localize by modify Android/iOS setting files manually.(I have never experience.)

=============== Android https://developer.android.com/guide/topics/resources/localization

iOS https://mobikul.com/localize-application-name-ios/

===============

And I'm waiting your post pull request of localization function!

deadsoul44 commented 4 years ago

I also don't have experience in app name localization. You already progressed a lot. I think you can make it :)