intl_translation 0.20.0 intl_translation: ^0.20.0 copied to clipboard
Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
What's this? #
This is an example to demonstrate the output from bin/generate_from_arb.dart
.
You can see the example generated code in lib/generated
.
Note that the Dart code using the Intl messages - lib/example_messages.dart
-
is atypical Dart code. It exists just to have references to the Intl.message
messages from the lib/messages ARB files, so the generator will output the
cooresponding messages in lib/generated
.
Re-generating the example code #
cd example
make