2014-10-22 13:44:02 -03:00
|
|
|
#! /bin/sh
|
|
|
|
|
2014-11-22 07:53:14 -03:00
|
|
|
xgettext --from-code=UTF-8 --add-location=file \
|
2021-07-10 16:06:46 -04:00
|
|
|
--package-name=Pamac --msgid-bugs-address=chris@cromer.cl \
|
2014-11-22 07:53:14 -03:00
|
|
|
--files-from=files_to_translate --keyword=translatable --output=pamac.pot
|