You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have markdown files that need to be translated and they have a front matter block with a tag, title and ref. While the tag and title need to be translated, the ref needs to be kept the same, because I'm using it to link the different translations of the same file.
It would be great if I could somehow make the ref untranslatable/locked, so that my translators can't accidentally make the mistake of translating them.
The text was updated successfully, but these errors were encountered:
@mtdvlpr At the moment you can disable pretranslation (via Machine Translate feature) of specific frontmatter keys by adding .gitlocalize.yml YAML config file to the root of your repository. Keys to ignore can be listed in the config file like in this screenshot:
I have markdown files that need to be translated and they have a front matter block with a tag, title and ref. While the tag and title need to be translated, the ref needs to be kept the same, because I'm using it to link the different translations of the same file.
It would be great if I could somehow make the ref untranslatable/locked, so that my translators can't accidentally make the mistake of translating them.
The text was updated successfully, but these errors were encountered: