Skip to content

Commit

Permalink
Fix makepot script.
Browse files Browse the repository at this point in the history
The prefs.py file was skipped.
  • Loading branch information
mtwebster committed Jul 1, 2024
1 parent 60d179a commit 7a74549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makepot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

intltool-extract --type=gettext/glade usr/share/linuxmint/mintinstall/mintinstall.glade
xgettext --language=Python -cTRANSLATORS --keyword=_ --keyword=N_ --output=mintinstall.pot \
usr/lib/linuxmint/mintinstall/mintinstall.py \
usr/lib/linuxmint/mintinstall/*.py \
generate_desktop_files \
usr/share/linuxmint/mintinstall/mintinstall.glade.h

Expand Down

0 comments on commit 7a74549

Please sign in to comment.