intl_multiple_translations 1.0.1 copy "intl_multiple_translations: ^1.0.1" to clipboard
intl_multiple_translations: ^1.0.1 copied to clipboard

Allows intl to load more than one translation for each locale.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add intl_multiple_translations

With Flutter:

 $ flutter pub add intl_multiple_translations

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  intl_multiple_translations: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:intl_multiple_translations/intl_multiple_translations.dart';
2
likes
160
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Allows intl to load more than one translation for each locale.

Repository (GitHub)

Topics

#translation #localization #i18n #l10n

Documentation

API reference

License

MIT (license)

Dependencies

intl

More

Packages that depend on intl_multiple_translations