diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..9e9f8caf --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,11 @@ +project_identifier: PROJECT_IDENTIFIER_CROWDIN +api_key: API_KEY_CROWDIN +base_path: ./ +preserve_hierarchy: true +files: + - source: /content/en/*.md + translation: /content/%two_letters_code%/%original_file_name% + update_option: update_as_unapproved + - source: /content/en/teams/*.md + translation: /content/%two_letters_code%/%original_file_name% + update_option: update_as_unapproved