Skip to content

Commit

Permalink
Merge pull request #26 from amir-deriv/main
Browse files Browse the repository at this point in the history
fix: workflow error
  • Loading branch information
amir-deriv authored May 2, 2024
2 parents 6da2586 + dcb630d commit 70bde02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/extract_and_sync_translations/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ runs:
run: npx deriv-extract-translations ${{ inputs.PROJECT_SOURCE_DIRECTORY }} --verbose

- name: Setup crowdin config
shell: bash
run: |
echo -e "project_id_env: \"CROWDIN_PROJECT_ID\"\napi_token_env: \"CROWDIN_PERSONAL_TOKEN\"\nbase_path_env: \"CROWDIN_BASE_PATH\"\nbase_url_env: \"CROWDIN_BASE_URL\"\n\npreserve_hierarchy: true\n\nfiles:\n - source: /crowdin/messages.json\n translation: /translations/%two_letters_code%.json\n languages_mapping:\n two_letters_code:\n zh-CN: zh_cn\n zh-TW: zh_tw" > crowdin.yml
Expand Down

0 comments on commit 70bde02

Please sign in to comment.