7
4 Comments

How do you keep your translations tidy in React.js? (or else working with a Json)

Hello everyone! I developed a small utility for keeping my translations tidy in React and I'm wondering if this could become a small service.

How do you do that now? I'm also working with non-tech people for the translation so having a simple tool has been very useful! It basically export the key-value in a Json that I can use.

Let me know :)

  1. 1

    Hey i have created an app that translate json files into multiple languages without breaking placeholders. Here is the link if you want to check it out: https://localizejson.lovable.app

  2. 1

    Long back I was part of development of a tool which would first auto translate words using Bing API into different languages, translators could then verify if the auto translation is okay and approve it.
    Once approved an API could be called which would provide all the translations through JSON

    1. 1

      Do you have any feedback about that project?

      1. 1

        well.. It was a client requirement, they wanted a system which would provide translations for the UI of their main product in different languages. the implementation was quiet successful.