Add German language to the translations makefile.

This commit is contained in:
gdrooid 2014-09-01 10:11:23 +02:00
parent 20a59fdf7b
commit 83fc417f02

View File

@ -6,10 +6,11 @@ all:
@./generate_translatable_strings.sh > tomb.pot
@echo "Strings generated in tomb.pot"
install: es.mo ru.mo fr.mo
install: es.mo ru.mo fr.mo de.mo
@install -Dm644 es.mo ${LOCALEDIR}/es/${TOMBFILE}
@install -Dm644 ru.mo ${LOCALEDIR}/ru/${TOMBFILE}
@install -Dm644 fr.mo ${LOCALEDIR}/fr/${TOMBFILE}
@install -Dm644 de.mo ${LOCALEDIR}/de/${TOMBFILE}
%.mo: %.po
msgfmt -o $@ $<