diff --git a/crowdin.yml b/crowdin.yml deleted file mode 100644 index 1a18c18..0000000 --- a/crowdin.yml +++ /dev/null @@ -1,38 +0,0 @@ -# -# Your Crowdin credentials -# -"project_id_env": "CROWDIN_PROJECT_ID" -"api_token_env": "CROWDIN_PERSONAL_TOKEN" -"base_path": "." -"base_url": "https://api.crowdin.com" - -# -# Choose file structure in Crowdin -# e.g. true or false -# -"preserve_hierarchy": true - -# -# Files configuration -# -files: [ - { - # - # Source files filter - # e.g. "/resources/en/*.json" - # - "source": "/src/locales/en.json", - - # - # Where translations will be placed - # e.g. "/resources/%two_letters_code%/%original_file_name%" - # - "translation": "/src/locales/%two_letters_code%.json", - - # - # File type - # e.g. "json" - # - "type": "json", - }, - ]