Skip to content

Releases: slang-i18n/slang

fast_i18n 4.9.1

09 Jun 18:58
5c336fe
Compare
Choose a tag to compare

Fix: generate default plural resolvers when auto pluralization is used

fast_i18n v4.9.0

08 Jun 21:46
5e860d5
Compare
Choose a tag to compare

Detect pluralization automatically, configure it via pluralization->auto: cardinal / ordinal

fast_i18n v4.8.0

08 Jun 09:09
de9c5e7
Compare
Choose a tag to compare
  • feat: add option to turn off flat map generation via flat_map: false
  • feat: add fallback_strategy configuration, possible values strict (default), base_locale
  • feat: auto rebuild flutter pub run fast_i18n watch (experimental)
  • fix: escape parameters with backslash correctly

fast_i18n v4.7.2

01 Jun 20:02
Compare
Choose a tag to compare

Handle string interpolation at the beginning (for braces and double_braces)

fast_i18n v4.7.1 (Legacy)

31 May 20:05
148affe
Compare
Choose a tag to compare

The legacy version of 4.7.1.

Built on build 1.3.0, glob 1.2.0, yaml 2.2.1 and build_runner 1.10.2.

fast_i18n v4.7.1

31 May 20:03
3e56b59
Compare
Choose a tag to compare

New string_interpolation configuration. Possible values: dart (default), braces and double_braces.

dart:          Hello $name or ${name2}
braces:        Hello {name}
double_braces: Hello {{name}}

Fixes in build_runner.

fast_i18n v4.6.3 (Legacy Version)

31 May 12:14
Compare
Choose a tag to compare

This version is built on build 1.3.0, glob 1.2.0, yaml 2.2.1 and build_runner 1.10.2. This way, you can access the latest features in your legacy project.

pubspec.yaml: 
fast_i18n: 4.6.3-with-build-1.3.0-2

fast_i18n v4.6.3

26 May 16:47
edf58e4
Compare
Choose a tag to compare

Restore non-nullsafety compatibility

fast_i18n v4.6.2

24 May 23:03
51da4c3
Compare
Choose a tag to compare

Add flat translation map, accessible via t['someKey.anotherKey']

fast_i18n v4.5.0

12 May 22:37
21e4205
Compare
Choose a tag to compare
  • feat: remove hint when overriding plural resolvers (were too verbose)
  • feat: generated plural resolvers fallback to default quantity if null
  • feat: add zero quantity to cs, de, en and vi (not breaking)
  • docs: it is now recommended to put this library into dev_dependencies