mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-09 15:06:15 -05:00
chore(tools): remove crowdin configs (#49699)
This commit is contained in:
@@ -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%'
|
||||
}
|
||||
]
|
||||
@@ -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%'
|
||||
}
|
||||
]
|
||||
@@ -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'
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user