localization icon indicating copy to clipboard operation
localization copied to clipboard

Localization package

Results 5 localization issues
Sort by recently updated
recently updated
newest added

With the update from version `2.1.0` to `2.1.1` the translations stopped working and only display the first segment of the translation key which broke our production code. Our quick fix...

As the demo, ` changeLocale(Locale locale) { setState(() { _locale = locale; }); }` The widget application will switch the localization display. but Text("xxx".i18n()), the i18n resource load may failure...

I want the %s value to be able to use a custom style, is this effect supported? ![Uploading 43343.png…]()