From e982f9fa03fd84afbb04d859b3d85bd52b947387 Mon Sep 17 00:00:00 2001 From: ahmedriad1 Date: Sun, 29 Dec 2024 12:13:37 +0200 Subject: [PATCH] bring back crowdin.yml --- crowdin.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..046c6407 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,17 @@ +"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": "locales/en/*.json", + "translation": "locales/%two_letters_code%/%original_file_name%", + "dest": "%original_file_name%" + }, + { + "source": "content/about/en.mdx", + "translation": "content/about/%two_letters_code%.mdx" + } +] \ No newline at end of file