aissat / easy_localization

Easy and Fast internationalizing your Flutter Apps
https://pub.dev/packages/easy_localization
MIT License
881 stars 312 forks source link

Missing features about easy localization #656

Open laterdayi opened 3 months ago

laterdayi commented 3 months ago
  1. Change the translation file, hot reload can not update, can only restart the application, very inconvenient
  2. Unable to adapt the application language based on the phone system setting

I want to return a Json translation object from the background interface, if used correctly in easy_localization

bw-flagship commented 2 months ago
  1. The fact that assets dont hot reload is a flutter thing and something we can't fix in this repo
  2. The feature to use the device locale exists in easy_localization