3 lines
124 B
Text
3 lines
124 B
Text
|
#!/bin/sh
|
||
|
xgettext --keyword=_ -keyword=N_ --default-domain=abook_template -C \
|
||
|
-c ../*.php --output=abook_template.pot
|