Skip to content

Releases: slang-i18n/slang

fast_i18n v1.8.0

30 Oct 20:54
0bdfb50
Compare
Choose a tag to compare

New advanced mode:

final t = Translations.of(context); // reacts to locale changes and forces a re-render of the widget
String translated = t.someKey.anotherKey;

fast_i18n v1.7.0

06 Oct 01:14
8065c22
Compare
Choose a tag to compare

Prefer language code over region code.

Example:
[en, de] are supported, then de_EN will match de.
Perviously it matches the locale which comes first. en in this case.

fast_i18n v1.6.1

26 Aug 21:07
ff4ff22
Compare
Choose a tag to compare

More unit tests and polishing.

fast_i18n v1.6.0

06 Aug 01:02
9fc27bb
Compare
Choose a tag to compare

Narrow the type from dynamic to String for lists or maps if they only contain plain strings.

fast_i18n v1.5.0

04 Aug 10:17
37aa83e
Compare
Choose a tag to compare

Define settings in the new config.i18n.json

fast_i18n v1.4.0

31 Jul 10:50
0183623
Compare
Choose a tag to compare

Support for country codes

fast_i18n v1.3.0

28 Jul 11:24
1f44f41
Compare
Choose a tag to compare

Support for Lists and Maps