Skip to content

Commit

Permalink
roll back to whtsky/msgfmt-action
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Oct 8, 2023
1 parent 0e3627d commit 33a70a7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine tox
- name: Create Translation Files
uses: docker://textadi/build-language-i18n-action@v2
- name: msgfmt
uses: whtsky/msgfmt-action@master
env:
DIR: pyLSV2/locales
WORKDIR: "pyLSV2/locales"

# - name: Create Translation Files
# uses: docker://textadi/build-language-i18n-action@v2
# env:
# DIR: pyLSV2/locales

- name: Build and publish
env:
Expand Down

0 comments on commit 33a70a7

Please sign in to comment.