Codebase list xapp / 05a5aab makepot
05a5aab

Tree @05a5aab (Download .tar.gz)

makepot @05a5aabraw · history · blame

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

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