Coder Social home page Coder Social logo

Comments (2)

ParvinEyvazov avatar ParvinEyvazov commented on September 28, 2024

Hey @mikgross, Thank you for your comment.

It looks like an interesting feature but for this scenario, all files have to be in the same language. And output names have to be adjusted by their origin name.

And another dilemma is if the user runs jsontt for the entire folder, it will not be possible to run it again after completion. Because newly generated files will be in the same folder and when the user runs it again, it will process these generated ones too which will make confusion.

Of course, we can find a way to solve them, that could create a bad UX.

Do you have any great ideas to solve them?

from json-translator.

mikgross avatar mikgross commented on September 28, 2024

Hey @ParvinEyvazov, I get your points.

We could maybe think of creating an output folder at the same level as the root folder? Or create an output folder in the root folder directly, which will be ignored if reran for a different language.

Let's imagine we are in root/ and run jsontt . and chose fr and es as an output (which could also be defined at the CLI level). The output could look like:

root/en.js
root/translation-es-fr/fr.js
root/translation-es-fr/es.js

OR

root/en.js
root/../root-jsontt-es-fr/fr.js
root/../root-jsontt-es-fr/es.js

Something like this....

from json-translator.

Related Issues (20)

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.