Extract all nodes in a JSON for translation
We were asked on how to configure the JSON filter to extract all nodes for translation. This is useful if you have a large number of differently named keys.
1
-
Commentaire officiel
The solution is to configure the JSON filter this way, using a single XPATH rule:
//*/*

You can of course exclude certain contents, such as numbers or other non translatable segments; by specifying regular expressions.
-
Great thanks Loic, I was stuck on this :-)
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
2 commentaires