Git Product home page Git Product logo

Comments (7)

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024 2

@mostafakarim @dvdcpp

It is fixed on jsontt v2.2.3.

jsontt ./locales/en.json --module google2 --from en --to ar fr es de it ru --fallback yes --concurrencylimit 10 --name ""

will set the name to an empty string, which will not add any suffix.

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024 1

Hi @mostafakarim ,

Normally jsontt usage isn`t intended to be used on CI/CD. But that is a great use case and yes it has this kind of issue for this use case.

I am working on it and will publish a new version soon.

@dvdcpp

from json-translator.

mostafakarim avatar mostafakarim commented on September 24, 2024 1

Thank you so much for this quick fix ! 🙏

from json-translator.

mostafakarim avatar mostafakarim commented on September 24, 2024

@ParvinEyvazov I have this error when I try to update de module
code EJSONPARSE npm ERR! path /Users/.../package.json npm ERR! JSON.parse Expected double-quoted property name in JSON at position 211 (line 10 column 5) while parsing '{ npm ERR! JSON.parse "name": "nuxt-app", npm ERR! JSON.parse "private": tru' npm ERR! JSON.parse Failed to parse JSON data. npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.

Edit: @ParvinEyvazov indeed, it was from me, sorry for the disturbing :(

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

@mostafakarim Never saw it. There is some mess on the quotation symbols I guess. And I don't think this is something from jsontt.

from json-translator.

dvdcpp avatar dvdcpp commented on September 24, 2024

Works well thank you!
It would be cool to also allow '' so if used in the package.json script the syntax is cleaner, but for now it also works like this:

  "scripts": {
    "translate": "jsontt src/translations/en.json --module google2 --from en --to it --fallback yes --concurrencylimit 3 --name \"\""
  },

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

yw! @dvdcpp

This syntax is also works fine:
jsontt en.json --module google2 --from en --to ar fr --fallback yes --concurrencylimit 10 --name ''

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.