twenty / .github /crowdin-docs.yml
Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
1.6 kB
#
# Crowdin CLI configuration for Documentation translations
# See https://crowdin.github.io/crowdin-cli/configuration for more information
#
"project_id": 2
"preserve_hierarchy": true
"base_url": "https://twenty.api.crowdin.com"
"base_path": ".."
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"],
},
{
"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"],
},
{
"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"],
},
{
"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"],
},
{
#
# Navigation labels template - translated into per-locale navigation.json
#
"source": "packages/twenty-docs/navigation/navigation.template.json",
"translation": "packages/twenty-docs/l/%two_letters_code%/navigation.json",
}
]