Git Product home page Git Product logo

Comments (15)

Aido21 avatar Aido21 commented on September 24, 2024 1

from json-translator.

Aido21 avatar Aido21 commented on September 24, 2024 1

from json-translator.

Aido21 avatar Aido21 commented on September 24, 2024 1

from json-translator.

Aido21 avatar Aido21 commented on September 24, 2024 1

from json-translator.

Aido21 avatar Aido21 commented on September 24, 2024 1

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

Thanks for your report. Can you please provide more information about your flow?
1 - The size of your JSON object (number of fields approximately)
2 - Which languages are you translating your JSON object to? (number of languages)
3 - Are you using CLI or functions?

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

Thank you.
Can you please try the v0.7.0 version? (will be available after 10 hours) I will also mention here when the new release comes.

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

v0.7.0 is available now. Can you please try the same flow?

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

Actually, it is normal for that big file. I translated 700 lines JSON file before, and it took 10 minutes. If there is no error, it will respond.

This package works in async format to make operations fast. That means if there are 5 fields in the object it tries to translate them at the same time. And when sending more than 1000+ requests at the same time to the Google Translate API, response times get longer (Google Translate API makes this latency.). At that time problem occurs on big files. Unfortunately, I can't solve it right now (I don't have much time nowadays) but there can be a way to solve it manually. You can do like this:

Please divide your JSON file into 3 or more pieces, translate them separately and merge it. For example:
You have 1000 lines JSON file (a.json):
Create valid JSON files:

a1.json (from a.json, take 0 to 250 lines)
a2.json (from a.json, take 251 to 500 lines)
a3.json (from a.json, take 501 to 750 lines)
a4.json (from a.json, take 751 to 1000 lines)

And translate them separately. (Don't forget to change the name of the file which will be created each time. Because the new English file name will always be en.json).

Sorry for the problem. I am adding this problem to the roadmap to solve it when I am available.

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

Great idea. Thank you for the feedback :)

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

Hi @Aido21 , json-translater now will show the number of lines that are translated already with the 0.8.0 version. Now, it is available to use.

Thank you for your great feedback.

from json-translator.

Aido21 avatar Aido21 commented on September 24, 2024

from json-translator.

Aido21 avatar Aido21 commented on September 24, 2024

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

The number of lines can be limited by Google Translate API (because of concurrent requests from the same IP address). I will try to find a way to handle these errors. Thank you for the report.

For the current situation, you can try to split your file into 3 different files and translate them one by one and can combine them all until I fix this problem.

from json-translator.

ParvinEyvazov avatar ParvinEyvazov commented on September 24, 2024

Fixed #2 with version 1.0.0

Solution is here

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.