Skip to content

Commit 8d6ce32

Browse files
committed
fix: add msgfmt for release with translations
1 parent bd2fe7b commit 8d6ce32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
sudo add-apt-repository ppa:inkscape.dev/stable -y # inkscape 1.2 from https://launchpad.net/~inkscape.dev/+archive/ubuntu/stable
1818
sudo apt-get update
1919
sudo apt-get -y install inkscape
20+
sudo apt-get -y install gettext # translation with msgfmt
2021
sudo apt-get -y install checkinstall libxml-xpath-perl # xpath
2122
inkscape --version
2223
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)