The package intl_translation_format provides the tools needed to support a new translation format to work with the intl_translation package:
- Message extraction from Dart code
- Code generation from translated messages
- New formats can be added without modifying this package, but it includes the ARB and XLIFF formats by default.
To learn more check the Getting Started guide and the Example project.
Current supported formats:
- Arb -
arb
- Specification - Xliff v1.2 -
xlf
- Specification - Xliff v2.0 -
xlf2
- Specification
intl_translation_arb
The package intl_translation_arb implements intl_translation_format
for ARB files
Formats:
arb
intl_translation_xliff
The package intl_translation_xliff implements intl_translation_format
for XLIFF files
Formats
xlf
- Xliff 1.2xlf2
- Xliff 2.0
GSoC 2020 Project by Jaime Blasco Andrés