Hi folks,
I’m currently attempting to translate some Handlebars templates, such as this one: https://gitlab.com/hagrid-keyserver/hagrid/blob/master/dist/templates/index.html.hbs
This is basically just HTML, but with a few {{ }} tags here and there. If transifex ignored all the {{ }} and left them in place, there would be no issue. However, some (and only some) of the {{ }} tags show up as translation units, and sometimes even get reordered with newly inserted
Does anyone have a tip on how I can get transifex to ignore specific bits of HTML templates? Or some other way to solve this? I’d really like to avoid a postprocessing step for translated files.
Thanks in advance!