On Wed, Dec 14, 2016 at 3:40 PM, Pino Toscano <ptosc...@redhat.com> wrote: > On Wednesday, 14 December 2016 14:47:13 CET Stefan Hajnoczi wrote: >> There are missing translations for the new "Copy" menu item. >> >> The following people provided them to me on IRC just in time for the >> QEMU 2.8 release: >> >> * de_DE - Stefan Hajnoczi <stefa...@redhat.com> >> * fr_FR - Laurent Vivier <laur...@vivier.eu> >> * it - Pino Toscano <ptosc...@redhat.com> >> * zh_CN - Fam Zheng <f...@redhat.com> >> >> Reported-by: Kevin Wolf <kw...@redhat.com> >> Cc: Fam Zheng <f...@redhat.com> >> Cc: Pino Toscano <ptosc...@redhat.com> >> Cc: Laurent Vivier <laur...@vivier.eu> >> Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> >> --- >> [...] >> diff --git a/po/it.po b/po/it.po >> index 8eadf2f..bfae84e 100644 >> --- a/po/it.po >> +++ b/po/it.po >> @@ -42,11 +42,11 @@ msgstr "_Esci" >> >> #: ui/gtk.c:2029 >> msgid "_Fullscreen" >> -msgstr "" >> +msgstr "A t_utto schermo" >> >> #: ui/gtk.c:2032 >> msgid "_Copy" >> -msgstr "" >> +msgstr "_Copia" >> >> #: ui/gtk.c:2048 >> msgid "Zoom _In" > > ACK. > > Should PO-Revision-Date be updated as well?
No, I will ignore the po metadata as some of the previous commits have done. I've looked through the commit history: sometimes we update them, sometimes we don't. The creation date field keeps getting changed although the revision date doesn't (i.e. creation is newer than revision date!). The QEMU version in the Project-Id is ridiculously out of date. These fields may make sense in some translation workflows, especially without a version control system, but for the QEMU project they are useless. If allowed by the file format we should remove them completely since git already contains this information. Stefan