1
0
mirror of https://github.com/dswd/zvault synced 2025-03-15 05:12:45 +00:00
zvault/lang/Makefile

10 lines
243 B
Makefile
Raw Permalink Normal View History

2018-02-24 14:55:56 +01:00
MO_FILES = de.mo
default: default.pot ${MO_FILES}
default.pot: excluded.po ../src
2018-02-25 01:03:18 +01:00
find ../src -name '*.rs' | xargs xgettext --debug -L python -n -F -a -E --from-code UTF-8 -x ../lang/excluded.po -o default.pot
2018-02-24 14:55:56 +01:00
%.mo : %.po
msgfmt $< -o $@