2022-04-13 21:10:46 -04:00
|
|
|
project_id_env: CROWDIN_PROJECT_ID
|
|
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
2022-04-13 20:19:13 -04:00
|
|
|
"preserve_hierarchy": true
|
|
|
|
files:
|
2022-04-15 02:00:56 -04:00
|
|
|
- source: "/docs/**/*.en.*"
|
|
|
|
translation: "/docs/**/%file_name%.%locale_with_underscore%.%file_extension%"
|
2022-04-13 20:19:13 -04:00
|
|
|
translation_replace:
|
|
|
|
"en.": ""
|
|
|
|
update_option: update_as_unapproved
|
|
|
|
- source: "/theme/overrides/*.en.html"
|
|
|
|
translation: "/theme/overrides/%file_name%.%locale_with_underscore%.html"
|
|
|
|
translation_replace:
|
|
|
|
"en.": ""
|
2022-04-22 13:03:54 -04:00
|
|
|
- source: "/includes/*.en.md"
|
|
|
|
translation: "/includes/%file_name%.%locale_with_underscore%.md"
|
|
|
|
translation_replace:
|
|
|
|
"en.": ""
|
2022-04-13 20:19:13 -04:00
|
|
|
update_option: update_as_unapproved
|