Hi There,
We have set up a GitHub Action to download Crowdin translations. The automatic Action went through as usual until yesterday, 09/16 6am and failed at 9am when manually triggered. We have changed nothing in the Repo, just added a few translations. Since then, the Action is displaying the following error:
Fetching project info
Building ZIP archive with the latest translations
Building translation (24%)
Failed to build translation. Please contact our support team for help
The build has failed
Hi @opf !can you please let us know the project name for which you run Github action?is it also possible to share the workflow itself? (without sensitive info)
Hello @Ira, we are having a similar issue when manually running a crowdin-download workflow through GH Actions. Our project is called metamask_helpcenter_parsing_test.
In this string, there is an extra <details> tag in the translation, and because of this, the translations are not exported
MDX files are sensitive to tags, so you should pay attention to this when translating because the file will not be exported due to a missing tag or an extra tag
Thank you for catching this @Roman! We have indeed had trouble with parsing the mdx files. What do you recommend for this string? We have other custom parsing rules set to exclude html tags (in the file import tweak tool). I don’t understand why it didn’t catch this one. Thank you!
Hi @Consensys_Admin , could you please kindly do the screenshot of your rules as for such tags? Also, do you have rules for hiding tags during translation files upload? As the tag is in the translation field
Hi @Natalia ! We are actually looking on our side - it seems that our Russian documents have many of these
tags. So we are going to remedy that issue on our end and then update our translation memories to remove the tag, as well. The parser seems to be working how we expect it to. I will circle back if this doesn’t fix the download issue. Thank you!