This script translates your language json to any language easily
You can find the Github Repo on my original blog post here: https://jhayer.tech/blog/easily-translate-json-files
Lets dive into it, its not much so we can go through it step by step.
async function mirrorObject(obj, targetLang) {
const mirroredObj =...
xamhans.hashnode.dev3 min read