Skip to content

Commit ea95d84

Browse files
committed
rewrite translation files using psych before committing
1 parent e225e76 commit ea95d84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/crowdin.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ jobs:
8181
OPENPROJECT_CROWDIN_PROJECT: ${{ secrets.OPENPROJECT_CROWDINV2_PROJECT }}
8282
OPENPROJECT_CROWDIN_API_KEY: ${{ secrets.OPENPROJECT_CROWDINV2_API_KEY }}
8383
- name: "Fix root key in Portuguese crowdin translation files"
84-
run: |
85-
script/i18n/fix_crowdin_pt_language_root_key
84+
run: script/i18n/fix_crowdin_pt_language_root_key
85+
- name: "Rewrite crowdin translation files using ruby yaml library"
86+
run: script/i18n/rewrite_crowdin_yml_files
8687
- name: "Commit translations"
8788
env:
8889
BRANCH: ${{ matrix.branch }}

0 commit comments

Comments
 (0)