Git Product home page Git Product logo

i18n-label-merger's Introduction

i18n-label-merger

Simple CLI utility that collects i18n label files (denoted as <Identifier>.labels.json) and merges them to a single JSON object for translation services like Transifex.

Why?

Could have done this just as easily in a TypeScript project, as it's a simple and non-heavy task. But doing it in Rust to get more acquainted with it and the ecosystem around CLI applications, file system operations and (de)serialization of JSON.

So naturally the codebase is quite a mess with mixed concepts, will be better as I keep improving it.

What should it do once ready?

  • Take all labels.json files and create one single output json
    • Allow passing working directory and output filename
  • Watch mode with incremental JSON updates
    • Debounce updates when for example git operations are being done
  • Warn when invalid values are used (Only String(String) and Object(Map<String, RecursiveReference>) should be allowed)
    • Show where the invalid value is being used in the source file
  • Available on NPM as bin
    • With binary-install for now, possibly napi-rs or wasm-pack

i18n-label-merger's People

Contributors

blurrah avatar

Watchers

 avatar

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.