From 83fc417f02e66d90175535410255fa27633fee6a Mon Sep 17 00:00:00 2001 From: gdrooid Date: Mon, 1 Sep 2014 10:11:23 +0200 Subject: [PATCH] Add German language to the translations makefile. --- extras/po/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/po/Makefile b/extras/po/Makefile index 48a0705..e77c3ff 100644 --- a/extras/po/Makefile +++ b/extras/po/Makefile @@ -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 $@ $<