chore(docs): exclude code blocks and icon frontmatter from Crowdin translation (#22304)
<!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/22304?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->
This commit is contained in:
+12
-14
@@ -12,31 +12,30 @@ files: [
|
||||
{
|
||||
"source": "packages/twenty-docs/getting-started/**/*.mdx",
|
||||
"translation": "packages/twenty-docs/l/%two_letters_code%/getting-started/**/%original_file_name%",
|
||||
"type": "mdx_v2",
|
||||
"exclude_code_blocks": true,
|
||||
"excluded_front_matter_elements": ["icon"],
|
||||
},
|
||||
{
|
||||
#
|
||||
# MDX documentation files - user-guide
|
||||
# Using md type to preserve JSX component structure
|
||||
# This prevents Crowdin from reformatting <Warning>, <Accordion>, etc.
|
||||
#
|
||||
"source": "packages/twenty-docs/user-guide/**/*.mdx",
|
||||
"translation": "packages/twenty-docs/l/%two_letters_code%/user-guide/**/%original_file_name%",
|
||||
"type": "mdx_v2",
|
||||
"exclude_code_blocks": true,
|
||||
"excluded_front_matter_elements": ["icon"],
|
||||
},
|
||||
{
|
||||
#
|
||||
# MDX documentation files - developers
|
||||
# Using md type to preserve JSX component structure
|
||||
#
|
||||
"source": "packages/twenty-docs/developers/**/*.mdx",
|
||||
"translation": "packages/twenty-docs/l/%two_letters_code%/developers/**/%original_file_name%",
|
||||
"type": "mdx_v2",
|
||||
"exclude_code_blocks": true,
|
||||
"excluded_front_matter_elements": ["icon"],
|
||||
},
|
||||
{
|
||||
#
|
||||
# MDX documentation files - twenty-ui
|
||||
# Using md type to preserve JSX component structure
|
||||
#
|
||||
"source": "packages/twenty-docs/twenty-ui/**/*.mdx",
|
||||
"translation": "packages/twenty-docs/l/%two_letters_code%/twenty-ui/**/%original_file_name%",
|
||||
"type": "mdx_v2",
|
||||
"exclude_code_blocks": true,
|
||||
"excluded_front_matter_elements": ["icon"],
|
||||
},
|
||||
{
|
||||
#
|
||||
@@ -46,4 +45,3 @@ files: [
|
||||
"translation": "packages/twenty-docs/l/%two_letters_code%/navigation.json",
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user