18.04.2014 16:15, Stefan Weil wrote: > Most changes were caused by line changes in ui/gtk.c and updated > automatically by running "make -C po update". > > In addition, the header entry "Language" was fixed, see this reference: > http://www.gnu.org/software/gettext/manual/html_node/Header-Entry.html. > > "Project-Id-Version" now shows the current QEMU version. > > Some unused translations for "_FILE" were removed, too. []
> diff --git a/po/de_DE.po b/po/de_DE.po > index 8636f3b..379757c 100644 > --- a/po/de_DE.po > +++ b/po/de_DE.po > @@ -4,61 +4,58 @@ > # > msgid "" > msgstr "" > -"Project-Id-Version: QEMU 1.4.50\n" > +"Project-Id-Version: QEMU 2.0.50\n" > "Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" > -"POT-Creation-Date: 2013-11-16 15:25+0100\n" > +"POT-Creation-Date: 2014-04-18 13:53+0200\n" It looks like you used some local tree for this. In upstream qemu git tree, those files are dated 2013-07-05 22:36+0200, not 2013-11. From a patch of yours, e9a72359a54978f, dated 5 Aug 2013. Note also that in upstream git, no translations of _FILE exists, as far as I can see. I updated the Language: tags, here's how it looks like: ---- cut ---- diff --git a/po/de_DE.po b/po/de_DE.po index fcbde95..dec68c9 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -12,3 +12,3 @@ msgstr "" "Language-Team: Deutsch <d...@li.org>\n" -"Language: \n" +"Language: de\n" "MIME-Version: 1.0\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index 45b2c01..ec54eb9 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -12,3 +12,3 @@ msgstr "" "Language-Team: French <f...@li.org>\n" -"Language: \n" +"Language: fr\n" "MIME-Version: 1.0\n" diff --git a/po/hu.po b/po/hu.po index 0a44c66..401ed21 100644 --- a/po/hu.po +++ b/po/hu.po @@ -12,3 +12,3 @@ msgstr "" "Language-Team: Hungarian <h...@li.org>\n" -"Language: \n" +"Language: hu\n" "MIME-Version: 1.0\n" diff --git a/po/it.po b/po/it.po index 592d3d8..a62665c 100644 --- a/po/it.po +++ b/po/it.po @@ -12,3 +12,3 @@ msgstr "" "Language-Team: Italian <i...@li.org>\n" -"Language: \n" +"Language: it\n" "MIME-Version: 1.0\n" diff --git a/po/tr.po b/po/tr.po index d57995a..d712ced 100644 --- a/po/tr.po +++ b/po/tr.po @@ -12,3 +12,3 @@ msgstr "" "Language-Team: Türkçe <>\n" -"Language: \n" +"Language: tr\n" "MIME-Version: 1.0\n" ---- cut ---- I think this update alone deserves a separate commit. I can re-run `make -C po update' and commit the result. Thanks, /mjt