1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-31 23:29:16 +00:00

Update GitHub Workflows (#2023)

This commit is contained in:
2023-02-24 16:05:55 -06:00
parent 561f6a7463
commit 2150385184
3 changed files with 44 additions and 5 deletions

View File

@@ -3,16 +3,16 @@ api_token_env: CROWDIN_PERSONAL_TOKEN
"preserve_hierarchy": true
files:
- source: "/docs/**/*.en.*"
translation: "/docs/**/%file_name%.%locale_with_underscore%.%file_extension%"
translation: "/docs/**/%file_name%.%two_letters_code%.%file_extension%"
translation_replace:
"en.": ""
update_option: update_as_unapproved
- source: "/theme/overrides/*.en.html"
translation: "/theme/overrides/%file_name%.%locale_with_underscore%.html"
translation: "/theme/overrides/%file_name%.%two_letters_code%.html"
translation_replace:
"en.": ""
- source: "/includes/*.en.md"
translation: "/includes/%file_name%.%locale_with_underscore%.md"
translation: "/includes/%file_name%.%two_letters_code%.md"
translation_replace:
"en.": ""
update_option: update_as_unapproved