diff --git a/config/crowdin/client/crowdin.yml b/config/crowdin/client/crowdin.yml deleted file mode 100644 index 20b97065976..00000000000 --- a/config/crowdin/client/crowdin.yml +++ /dev/null @@ -1,18 +0,0 @@ -'project_id_env': 'CROWDIN_PROJECT_ID' -'api_token_env': 'CROWDIN_PERSONAL_TOKEN' -'base_path_env': 'CROWDIN_BASE_PATH' -'base_url_env': 'CROWDIN_BASE_URL' - -'preserve_hierarchy': true - -files: - [ - { - 'source': '/client/i18n/locales/english/intro.json', - 'translation': '/client/i18n/locales/%language%/%original_file_name%' - }, - { - 'source': '/client/i18n/locales/english/translations.json', - 'translation': '/client/i18n/locales/%language%/%original_file_name%' - } - ] diff --git a/config/crowdin/curriculum/crowdin.yml b/config/crowdin/curriculum/crowdin.yml deleted file mode 100644 index b4ad16874b5..00000000000 --- a/config/crowdin/curriculum/crowdin.yml +++ /dev/null @@ -1,23 +0,0 @@ -'project_id_env': 'CROWDIN_PROJECT_ID' -'api_token_env': 'CROWDIN_PERSONAL_TOKEN' -'base_path_env': 'CROWDIN_BASE_PATH' -'base_url_env': 'CROWDIN_BASE_URL' - -'preserve_hierarchy': true - -files: - [ - { - 'source': '/curriculum/challenges/english/**/*.md', - 'translation': '/curriculum/challenges/%language%/**/%original_file_name%', - 'ignore': ['/**/part-[0-9][0-9][0-9].md', '/**/step-[0-9][0-9][0-9].md'] - }, - { - 'source': '/curriculum/challenges/english/00-certifications/**/*.yml', - 'translation': '/curriculum/challenges/%language%/00-certifications/**/%original_file_name%' - }, - { - 'source': '/curriculum/dictionaries/english/comments.json', - 'translation': '/curriculum/dictionaries/%language%/%original_file_name%' - } - ] diff --git a/config/crowdin/docs/crowdin.yml b/config/crowdin/docs/crowdin.yml deleted file mode 100644 index d6cc4bf8d6b..00000000000 --- a/config/crowdin/docs/crowdin.yml +++ /dev/null @@ -1,21 +0,0 @@ -'project_id_env': 'CROWDIN_PROJECT_ID' -'api_token_env': 'CROWDIN_PERSONAL_TOKEN' -'base_path_env': 'CROWDIN_BASE_PATH' -'base_url_env': 'CROWDIN_BASE_URL' - -'preserve_hierarchy': true - -files: - [ - { - 'source': '/docs/*.md', - 'translation': '/docs/i18n/%language%/%original_file_name%', - 'ignore': - [ - '/docs/_coverpage.md', - '/docs/_navbar.md', - '/docs/_translations.md', - '/docs/README.md' - ] - } - ]