From: Nathan Scott Date: Sat, 3 May 2014 06:10:38 +0000 (+1000) Subject: Fix msgfmt warning when building the German translation X-Git-Tag: v3.2.0-rc3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5da129319024236ce7e1af6b0f1fb448bcf4c7;p=thirdparty%2Fxfsprogs-dev.git Fix msgfmt warning when building the German translation Use the same header present in the Polish language files to resolve the following warning in the de.po build: [MSGFMT] de.mo de.po:7: warning: header field 'Language' missing in header Signed-off-by: Nathan Scott --- diff --git a/po/de.po b/po/de.po index 573380e3e..a13b5cc5f 100644 --- a/po/de.po +++ b/po/de.po @@ -11,6 +11,7 @@ msgstr "" "PO-Revision-Date: 2009-10-21 21:08+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"