Skip to content

Commit

Permalink
Improve Crowdin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Feb 20, 2024
1 parent 9423b32 commit 5c1ad8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ 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/%locale%/**/%original_file_name%
translation: /native/userchrome/profile/chrome/pwa/localization/%two_letters_code%/**/%original_file_name%
skip_untranslated_strings: true
type: ftl

0 comments on commit 5c1ad8d

Please sign in to comment.