Posts by Dev RR Nogueira • 1 point
1 post
-
0
votes1
answer62
viewsA: How to translate fields of a json?
then you want to translate the keys of a json, a loop on all keys can solve this, you can go replacing the keys by the respective translated values, eg: // minha chave/valor da tradução const…