From 3ed8048c9990be4794c6a5091eabe9a6b5ab05a0 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sun, 12 Feb 2023 11:54:48 +0300 Subject: [PATCH] Create crowdin.yml --- crowdin.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..b6eb47d --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,10 @@ +project_id_env: PROJECT_ID_CROWDIN +api_token_env: TOKEN_CROWDIN +base_path: "./lib/l10n" +base_url: "https://api.crowdin.com" + +preserve_hierarchy: true + +files: + - source: "/intl_en.arb" + translation: "%original_path%/intl_%two_letters_code%.arb" \ No newline at end of file