arb_tsv 1.0.0 copy "arb_tsv: ^1.0.0" to clipboard
arb_tsv: ^1.0.0 copied to clipboard

outdated

This package provides conversion between arb files and tsv files and merging arb files for easy internationalization.

arb_tsv #

This package provides conversion between arb files and tsv files and merging arb files for easy internationalization. Arb file is output of intl_translation package from Dart and tsv file is for spread sheet apps like Google Sheets.

Convert arb to tsv #

When you have arb files to translate and it's uncomfortable to do with text editor. Convert arb to tsv and use tsv file for spread sheet app.

Usage: arb2tsv [path of arb file or directory containing arb files] [options]
-o, --output-dir=<output directory>    Set output directory for generated tsv file. Create directory if given directory is not exists
                                       (defaults to ".")

Convert tsv to arb #

After translation with spread sheet app. Export tsv file from spread sheet app and convert it to arb file for use in your app.

Usage: tsv2arb [path of tsv file or directory containing tsv files] [options]
-o, --output-dir=<output directory>    Set output directory for generated arb file. Create directory if given directory is not exists
                                       (defaults to ".")

Merge arb files #

Merge multiple target arb files with one source arb file without overwrite but appends new messages.

Usage: merge_arbs [source arb file path] [merge target arb file paths]
2
likes
30
pub points
2%
popularity

Publisher

unverified uploader

This package provides conversion between arb files and tsv files and merging arb files for easy internationalization.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

args, path

More

Packages that depend on arb_tsv