mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-11 01:32:07 +00:00
Add German language to the translations makefile.
This commit is contained in:
parent
20a59fdf7b
commit
83fc417f02
@ -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 $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user