/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
crowdin.yaml
49 строк
2 KB
Sébastien Lorber
Crowdin: force versioned mdx parser even for .md (#15954)
06 фев 2026, 02:55
Не верифицирован
06 фев 2026, 02:55
f459dd6
Код
Авторство
О чём код?
# # Your Crowdin credentials # project_id: '428892' api_token_env: 'CROWDIN_PERSONAL_TOKEN' base_path: '.' base_url: 'https://api.crowdin.com' preserve_hierarchy: true # Force a specific MDX parser version for all newly added files .md/.mdx files # See https://github.com/jestjs/jest/issues/15947#issuecomment-3853479828 mdx_file_type: &mdx_file_type mdx_v1_2 # See Yaml anchors: https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/ languages_mapping: &languages_mapping locale: 'es-ES': 'es-ES' 'fr': 'fr' 'ja': 'ja' 'pt-BR': 'pt-BR' 'ro': 'ro' 'ru': 'ru' 'uk': 'uk' 'zh-CN': 'zh-Hans' # # Files configuration # see https://support.crowdin.com/configuration-file/ # files: - source: /website/i18n/en/**/* translation: /website/i18n/%two_letters_code%/**/%original_file_name% languages_mapping: *languages_mapping - source: /docs/**/* translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name% languages_mapping: *languages_mapping type: *mdx_file_type # Force specific MDX parser version - source: /website/versioned_docs/**/* translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-docs/**/%original_file_name% languages_mapping: *languages_mapping type: *mdx_file_type # Force specific MDX parser version - source: /website/blog/**/* translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-blog/**/%original_file_name% languages_mapping: *languages_mapping type: *mdx_file_type # Force specific MDX parser version