mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-30 23:13:32 +01:00
15 lines
467 B
YAML
15 lines
467 B
YAML
project_id_env: CROWDIN_PROJECT_ID
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
|
"preserve_hierarchy": true
|
|
files:
|
|
- source: "/docs/**/*.en.md"
|
|
translation: "/docs/**/%file_name%.%locale_with_underscore%.md"
|
|
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.": ""
|
|
update_option: update_as_unapproved
|