6 lines
105 B
Bash
6 lines
105 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
intltool-extract --type="gettext/glade" *.glade
|
||
|
xgettext -k_ -kN_ -o messages.pot *.py *.h
|
||
|
|