Browse Source

Hotfix Crowdin push (#1276)

* trying a fix for the Crowdin source destination

* adding the dest file extension

* removing testing code
pull/1278/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
e5f77e2c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      crowdin.yml

2
crowdin.yml

@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
project_id_env: _CROWDIN_PROJECT_ID
api_token_env: CROWDIN_API_TOKEN
preserve_hierarchy: true
files:
- source: /src/locales/en/messages.json
dest: /src/locales/en/%file_name%.%file_extension%
translation: /src/locales/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
languages_mapping:

Loading…
Cancel
Save