Remove temp .h translation files

This commit is contained in:
Charles Gagnon
2023-02-09 13:34:34 -05:00
parent 054029ca04
commit d085d120c6
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@ gschemas.compiled
dash-to-panel@jderose9.github.com*.zip
*.mo
po/dash-to-panel.pot
*.ui.h
ui/*.ui.h

View File

@@ -57,6 +57,7 @@ mergepo: potfile
for l in $(UI_MODULES) ; do \
intltool-extract --type=gettext/glade $$l; \
xgettext -k_ -kN_ -o po/dash-to-panel.pot $$l.h --join-existing --from-code=UTF-8; \
rm -rf $$l.h; \
done;
sed -i -e 's/&\#10;/\\n/g' po/dash-to-panel.pot