forked from cromer/pamac-classic
6 lines
203 B
Bash
Executable File
6 lines
203 B
Bash
Executable File
#! /bin/sh
|
|
|
|
xgettext --from-code=UTF-8 --add-location=file \
|
|
--package-name=Pamac --msgid-bugs-address=guillaume@manjaro.org \
|
|
--files-from=files_to_translate --keyword=translatable --output=pamac.pot
|