-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathcrowdin.yml
More file actions
20 lines (15 loc) · 643 Bytes
/
Copy pathcrowdin.yml
File metadata and controls
20 lines (15 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: true
pull_request_title: Translation updates from Crowdin
pull_request_labels: [ crowdin ]
commit_message: "[skip ci]"
files:
- source: /extension/src/_locales/en/messages.json
translation: /extension/src/_locales/%two_letters_code%/messages.json
skip_untranslated_strings: true
type: chrome
- source: /native/userchrome/profile/chrome/pwa/localization/en-US/**/*.ftl
translation: /native/userchrome/profile/chrome/pwa/localization/%two_letters_code%/**/%original_file_name%
skip_untranslated_strings: true
type: ftl