Skip to content

Commit

Permalink
try json-rename step by using bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 12, 2024
1 parent 485ee0c commit 876908c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/wp-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
- name: Generate language files
run: composer run-script i18n

- name: Rename language json files
shell: bash
run: composer run-script i18n-json-rename

- name: Check if there are file changes
id: changes
continue-on-error: true
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"i18n": [
"@i18n-pot",
"@i18n-po",
"@i18n-mo"
"@i18n-mo",
"@i18n-json"
]
},
"scripts-descriptions": {
Expand Down

0 comments on commit 876908c

Please sign in to comment.