From 8d9a259444f4c18218778174e3c5e10f0915aeaa Mon Sep 17 00:00:00 2001 From: sashamishcheriakova <135987917+sashamishcheriakova@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:45:44 +0000 Subject: [PATCH] Add crowdin config file --- crowdin.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..d37ca83 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,13 @@ +"project_id_env": "CROWDIN_PROJECT_ID" +"api_token_env": "CROWDIN_API_TOKEN" +base_path: "." +base_url: "https://api.crowdin.com" +preserve_hierarchy: true + +files: + - source: /en/**/*.* + translation: /%locale%/**/%original_file_name% + ignore: + - /en/**/*.pdf + - /en/**/*.mp3 + - /en/**/*.zip