jamesblasco / intl_translation_format

User-extensible translation file formats for dart

Home Page:https://pub.dev/packages/intl_translation_format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:


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.2
  • xlf2- Xliff 2.0




GSoC 2020 Project by Jaime Blasco Andrés

About

User-extensible translation file formats for dart

https://pub.dev/packages/intl_translation_format

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 98.8%Language:Shell 1.2%