From acf52fbe1668cfdb8073d0b9869ecde5569996ff Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 5 Sep 2021 13:01:53 +0200 Subject: [PATCH] Add crowdin cli config --- crowdin.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 000000000..41b16b838 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,24 @@ +project_id: 462614 +api_token_env: CROWDIN_API_TOKEN +base_path: . +base_url: https://api.crowdin.com + +preserve_hierarchy: false + +files: + - source: /src/i18n/lang/*.json + # + # Where translations will be placed + # e.g. "/resources/%two_letters_code%/%original_file_name%" + # + translation: /src/i18n/lang/%two_letters_code%/%original_file_name% + # + # files or directories for ignore + # e.g. ["/**/?.txt", "/**/[0-9].txt", "/**/*\?*.txt"] + # + #"ignore" : [], + # + # The dest allows you to specify a file name in Crowdin + # e.g. "/messages.json" + # + #"dest" : "",