mirror of
https://github.com/dswd/zvault
synced 2025-01-06 20:37:52 +00:00
10 lines
243 B
Makefile
10 lines
243 B
Makefile
MO_FILES = de.mo
|
|
|
|
default: default.pot ${MO_FILES}
|
|
|
|
default.pot: excluded.po ../src
|
|
find ../src -name '*.rs' | xargs xgettext --debug -L python -n -F -a -E --from-code UTF-8 -x ../lang/excluded.po -o default.pot
|
|
|
|
%.mo : %.po
|
|
msgfmt $< -o $@
|