Skip to content

Commit

Permalink
5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaM-TL committed Jan 7, 2025
1 parent 6449004 commit 37751f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Compile *po files for localisation
run: |
apt-get install -y gettext
sudo apt-get -y install gettext
for L in fotokilof/locale/??; do
if [ -e $L/LC_MESSAGES/fotokilof.po ]; then
msgfmt $L/LC_MESSAGES/fotokilof.po -o $L/LC_MESSAGES/fotokilof.mo
Expand Down

0 comments on commit 37751f3

Please sign in to comment.