mirror of
https://github.com/dswd/zvault
synced 2025-03-16 05:42:46 +00:00
3 lines
156 B
Makefile
3 lines
156 B
Makefile
default:
|
|
(cd ../src; find . -name '*.rs') | xargs xgettext -D ../src --debug -L python -n -F -a -E --from-code UTF-8 -x ../lang/excluded.po -o default.pot
|