Skip to content

Commit

Permalink
fix: add msgfmt for release with translations
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 committed Jul 16, 2023
1 parent bd2fe7b commit 8d6ce32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
sudo add-apt-repository ppa:inkscape.dev/stable -y # inkscape 1.2 from https://launchpad.net/~inkscape.dev/+archive/ubuntu/stable
sudo apt-get update
sudo apt-get -y install inkscape
sudo apt-get -y install gettext # translation with msgfmt
sudo apt-get -y install checkinstall libxml-xpath-perl # xpath
inkscape --version
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8d6ce32

Please sign in to comment.