icu_parser
An extraction of ICU Parser from the intl_translation package.
Please check tests to see how to use.
Libraries
- icu_parser
- Contains a parser for ICU format plural/gender/select format for localized messages. See extract_to_arb.dart and make_hardcoded_translation.dart.
- intl_message
- This provides classes to represent the internal structure of the
arguments to
Intl.message
. It is used when parsing sources to extract messages or to generate code for message substitution. Normal programs using Intl would not import this library.