1
0
mirror of https://github.com/dswd/zvault synced 2025-01-08 13:27:54 +00:00
zvault/lang/Makefile
Dennis Schwerdel 98c352814f Tanslation
2018-02-24 14:55:56 +01:00

10 lines
261 B
Makefile

MO_FILES = de.mo
default: default.pot ${MO_FILES}
default.pot: excluded.po ../src
(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
%.mo : %.po
msgfmt $< -o $@