We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e225e76 commit ea95d84Copy full SHA for ea95d84
.github/workflows/crowdin.yml
@@ -81,8 +81,9 @@ jobs:
81
OPENPROJECT_CROWDIN_PROJECT: ${{ secrets.OPENPROJECT_CROWDINV2_PROJECT }}
82
OPENPROJECT_CROWDIN_API_KEY: ${{ secrets.OPENPROJECT_CROWDINV2_API_KEY }}
83
- name: "Fix root key in Portuguese crowdin translation files"
84
- run: |
85
- 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"
86
+ run: script/i18n/rewrite_crowdin_yml_files
87
- name: "Commit translations"
88
env:
89
BRANCH: ${{ matrix.branch }}
0 commit comments