blob: 53c59e8bdd9447401b7a8deb4a7279ae55b4714a [file] [view] [edit]
## 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`