We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955f104 commit e7fadb4Copy full SHA for e7fadb4
.github/workflows/check.yml
@@ -171,6 +171,7 @@ jobs:
171
172
173
# Gather all strings in a single PO file, useful for Translation Memory
174
+ # Also run powrap, useful only for pull_request testing for dependabot
175
compendium:
176
runs-on: ubuntu-latest
177
steps:
@@ -194,11 +195,12 @@ jobs:
194
195
run: |
196
sudo apt update -y && sudo apt install gettext -y
197
pip3 install --upgrade pip
- pip3 install translate-toolkit
198
+ pip3 install translate-toolkit powrap
199
200
- name: Generate compendium from PO files
201
202
pocompendium --correct compendium.po *.po **/*.po
203
+ powrap pocompendium.po
204
205
- name: Upload artifact
206
uses: actions/upload-artifact@v3
0 commit comments