Giter VIP home page Giter VIP logo

json-translator-helper's Introduction

๐ŸŒ JSON Translator Helper

Pull request are open GitHub

Tools like weblate drive me nuts. I don't want to deal with a complex interface and a sign-up process, or take my head in an infinite JSON file to translate a few keys. Even more if a just want to translate a WIP feature before making a pull request.

That's why, I created this tiny tool which I can use offline !
So, just translate your JSON stuff and be done with it.

Features wishlist โœจ

If I have the time, I would like to add the following features:

  • Customizable white space (including indentation, line break characters, etc.)
  • Enable/disable sorting of keys (actually, it's always enabled)
  • Support online JSON files (like from raw github content)
  • Generic JSON format (not only the mailcow one)

What does it do ๐Ÿ› 

The tool compares two JSON files and identifies keys that are missing in the second one to ease the translation process. Once you're finished, you can save the translated JSON file. Only the modified keys will be added to avoid importing keys that haven't been translated yet.

Visually, it looks like this:
JSON Translator Helper screenshot

How to use it ๐Ÿ‘ฉโ€๐Ÿ”ง

It is specifically built to use from a web brother, because... web interface and stuff like that, you know...
Because of the one file design, it doesn't need any external resources or server to run, and you can use it online or offline.

Online

You can use it online at the following address: https://iglou-eu.github.io/json-translator-helper/

Offline

You can also use it offline by downloading the repository and opening the index.html file in your favorite web browser.

JSON Format ๐Ÿ“

The expected JSON format is based on the Mailcow translation files. Because it is the format I need to translate, when I created this tool.

It is as follows:

{
    "group1": {
        "key1": "value1",
        "key2": "value2",
        "key3": "value3"
    },
    "group2": {
        "key1": "value1",
        "key2": "value2",
        "key3": "value3"
    }
}

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.