Releases: slang-i18n/slang
Releases · slang-i18n/slang
fast_i18n 4.9.1
Fix: generate default plural resolvers when auto pluralization is used
fast_i18n v4.9.0
Detect pluralization automatically, configure it via pluralization->auto: cardinal / ordinal
fast_i18n v4.8.0
- feat: add option to turn off flat map generation via
flat_map: false
- feat: add
fallback_strategy
configuration, possible valuesstrict
(default),base_locale
- feat: auto rebuild
flutter pub run fast_i18n watch
(experimental) - fix: escape parameters with backslash correctly
fast_i18n v4.7.2
Handle string interpolation at the beginning (for braces
and double_braces
)
fast_i18n v4.7.1 (Legacy)
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
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)
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
Restore non-nullsafety compatibility
fast_i18n v4.6.2
Add flat translation map, accessible via t['someKey.anotherKey']
fast_i18n v4.5.0
- feat: remove hint when overriding plural resolvers (were too verbose)
- feat: generated plural resolvers fallback to default quantity if null
- feat: add
zero
quantity tocs
,de
,en
andvi
(not breaking) - docs: it is now recommended to put this library into
dev_dependencies