mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
rewrite translation files using psych before committing
This commit is contained in:
@@ -81,8 +81,9 @@ jobs:
|
||||
OPENPROJECT_CROWDIN_PROJECT: ${{ secrets.OPENPROJECT_CROWDINV2_PROJECT }}
|
||||
OPENPROJECT_CROWDIN_API_KEY: ${{ secrets.OPENPROJECT_CROWDINV2_API_KEY }}
|
||||
- name: "Fix root key in Portuguese crowdin translation files"
|
||||
run: |
|
||||
script/i18n/fix_crowdin_pt_language_root_key
|
||||
run: script/i18n/fix_crowdin_pt_language_root_key
|
||||
- name: "Rewrite crowdin translation files using ruby yaml library"
|
||||
run: script/i18n/rewrite_crowdin_yml_files
|
||||
- name: "Commit translations"
|
||||
env:
|
||||
BRANCH: ${{ matrix.branch }}
|
||||
|
||||
Reference in New Issue
Block a user