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

I just found out that iOS automatically translates my app with the translations I gave it through your package without even adding the key CFBundleLocalizations to the Info.plist. Is it...

When numbers are used with RTL languages ,for example "050 123",it is mirrored to "321 050",which is not correct in RTL language such as arabic

bug

Depending on arguments passed to the `EasyLocalization` widget, the `startLocale` is not used. **Problem encountered** The device locale is used as initial locale even if we supply another value in...

bug

Hi, thanks for this great library. There is a way to change the generated name of LocaleKeys when using ``` flutter pub run easy_localization:generate --source-dir 'assets/l10n' --output-dir 'lib/gen' --output-file 'translations.g.dart'...

enhancement

https://dart.dev/tools/diagnostic-messages#ambiguous_extension_member_access

The browser caches json files because they are loaded without a ?v=x.x query string. This means that the cache needs to be emptied when a change is made which is...

enhancement
help wanted

Hi, I try to add easy_localization in flutter_module but not work in android, it always reads 'en'. How to test: I added some test code in flutter sample project (the...

needs-attention

if getting locale keys from under widget `MaterialApp` _translations not loaded... but in childrens all ok ```dart class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title:...

bug

on changing local language EasyLocalization.of(context).setLocale(Locale('nl', 'NL')); when i run this code. i get this error [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: 'package:easy_localization/src/easy_localization_app.dart': Failed assertion: line 213 pos 14: 'parent.supportedLocales.contains(_locale)': is not true.