flutter_translate icon indicating copy to clipboard operation
flutter_translate copied to clipboard

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.

Results 9 flutter_translate issues
Sort by recently updated
recently updated
newest added

Opening a new pr following #46 with the feature as an opt-in option, updated examples, and for the wiki the only relevant change seems to be this: ````diff diff --git...

It seems like the generation of plural keys is not working correctly at the moment. The generated keys file in the static_keys example does not generate the key "Plural.demo", only...

Hello, Thank you for the great work. I was wondering if it was possible to wrap The LocalizationProvider used to know the current language in the main.dart in a BlocProvider...

Hi. Is here any way to load translations from web/cache?

Hi, Tested this plugin primarily for the cool nested JSON feature, however, I found a problem when the user tries to change the language from the OS settings. I am...

Add an option to automatically sync the current locale with the system locale. So when the system locale is changed, the current/app locale will be reloaded as well (if supported)....

enhancement
wontfix

Currently the `key` itself is returned if the localization is not found. We should provide the option to return the fallback value instead. Implement a `MissingKeyStrategy` enum with the following...

enhancement