From f9c9c52017088801739bc5f616907075e9a1cd28 Mon Sep 17 00:00:00 2001 From: steppi Date: Mon, 1 Jul 2024 12:22:14 -0400 Subject: [PATCH] Add crowdin.yml --- crowdin.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 crowdin.yml 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