952 B
952 B
Translation guide for translators
Translated files
We only translate:
- all files
/content /data/release-notes/data/reusables/data/variables- except/data/variables/product.yml/data/glossaries/external.yml/data/product-examples
Translation guidelines
We do not accept translation changes from open source contributors.
- Lint all
*.ymlfiles before submitting to make sure they are valid YAML format. - Lint all frontmatter (between the triple dashes at the top of all
/contentfiles) to make sure they are valid YAML format. - Do not translate anything inside of Liquid tags, such as
{% data %}or{% ifversion ... %},{% note %}or{{ someVariable }}. - Be sure to translate the frontmatter properties
title,shortTitle,intro,permissionsbut leave all other keys in each content.mdfile - For every
{% ifversion ... %}there's a{% endif %}following it