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
-
Offizieller Kommentar
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
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare