We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e744ee4 commit 270558aCopy full SHA for 270558a
makepot
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
3
-intltool-extract --type=gettext/glade usr/share/linuxmint/mintinstall/mintinstall.glade
+intltool-extract --type=gettext/glade resources/mintinstall.glade
4
xgettext --language=Python -cTRANSLATORS --keyword=_ --keyword=N_ --output=mintinstall.pot \
5
usr/lib/linuxmint/mintinstall/*.py \
6
generate_desktop_files \
7
- usr/share/linuxmint/mintinstall/mintinstall.glade.h
+ resources/mintinstall.glade.h
8
9
-rm -f usr/share/linuxmint/mintinstall/mintinstall.glade.h
+rm -f resources/mintinstall.glade.h
0 commit comments