easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

Easy and Fast internationalizing your Flutter Apps

Results 219 easy_localization issues
Sort by recently updated
recently updated
newest added

how to watch these to command for generate files automatically? `flutter pub run easy_localization:generate ` `flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart `

enhancement

I am getting this issue after loading the CSV file The code is the same as you give an example

waiting for customer response

Currently `EasyLocalization.assetLoader` is dynamic. It defaults to `RootBundleAssetLoader` that extends a local `AssetLoader` class. `easy_localization_loader` has its own abstract `AssetLoader`, and its loaders extend it. The following change will improve...

enhancement

Fixed https://github.com/aissat/easy_localization/issues/513 Fixed https://github.com/aissat/easy_localization/issues/492

i'm trying to localize dialog request permission , i need to take the language of application not to the device language ,ios

Currently, empty translation values (like `{"some_key": ""}`) do not trigger the fallback translation. This PR aims to resolve that.

Hi, Is there a way to remove obsolete translation keys no longer in use? Any hints in right direction would be appreciated.

needs-attention

tr() calls to a key with more nested keys return a clearer exception