Skip to main content

Extract all nodes in a JSON for translation

Comments

2 comments

  • Official comment
    Loic Percetti

    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.

     

  • Anthony Fitzgerald

    Great thanks Loic, I was stuck on this :-)

    0

Please sign in to leave a comment.