6 ms·
Hey! Good approach, but I want to translate the strings on the JSON file from some source language (spanish for me) into any destination language. So the JSON
by jboschpons 2y ago
Hey!
Good approach, but I want to translate the strings on the JSON file from some source language (spanish for me) into any destination language.
So the JSON may be:
{
"hello": "Hola"
}
If the destination language is "English" the result must be:
{
"hello": "Hello"
}
- capitainenemo 2y agoIt was a weak joke btw.