Codebase list xapp / debian/1.6.10-2 makepot
debian/1.6.10-2

Tree @debian/1.6.10-2 (Download .tar.gz)

makepot @debian/1.6.10-2

cc8cc82
 
e98737a
 
 
 
 
 
cc8cc82
1
2
3
4
5
6
7
8
#!/bin/bash

rm -f xapp.pot
touch xapp.pot
xgettext --language=C --add-comments --keyword=_ --keyword=N_ --output=xapp.pot libxapp/*.c
xgettext --language=Python --add-comments --keyword=_ --join-existing --output=xapp.pot status-applets/*/*.py
xgettext --language=Desktop --join-existing --add-comments \
          -k --keyword=Name --keyword=Description --output=xapp.pot status-applets/*/*.in