Code Monkey home page Code Monkey logo

arb_tsv's Introduction

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 ".")
-l, --locale=<locale in translation>   Append locale to suffix of the file name. ex) translate_en_US.arb

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]

arb_tsv's People

Contributors

soogyo-in avatar sugyoin-lbstech avatar knupper avatar

Stargazers

João Freitas avatar

Watchers

 avatar

arb_tsv's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.