Re: [Qemu-devel] [PATCH 6/7] gtk: add translation support

2012-09-06 Thread Peter Maydell
On 5 September 2012 20:18, Anthony Liguori wrote: > --- a/Makefile > +++ b/Makefile > @@ -315,6 +315,9 @@ ifneq ($(BLOBS),) > $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x > "$(DESTDIR)$(qemu_datadir)"; \ > done > endif > +ifeq ($(CONFIG_GTK),y) > + $(MAKE) -C po $@ || ex

Re: [Qemu-devel] [PATCH 6/7] gtk: add translation support

2012-09-06 Thread Anthony Liguori
Kevin Wolf writes: > Am 05.09.2012 21:18, schrieb Anthony Liguori: >> This includes a de_DE translation from Kevin Wolf and an it translation from >> Paolo Bonzini. > > Nope, the de_DE one is still your fake translation. Sorry, I'll fix that in v4. Regards, Anthony Liguori > > Kevin

Re: [Qemu-devel] [PATCH 6/7] gtk: add translation support

2012-09-06 Thread Kevin Wolf
Am 05.09.2012 21:18, schrieb Anthony Liguori: > This includes a de_DE translation from Kevin Wolf and an it translation from > Paolo Bonzini. Nope, the de_DE one is still your fake translation. Kevin

[Qemu-devel] [PATCH 6/7] gtk: add translation support

2012-09-05 Thread Anthony Liguori
This includes a de_DE translation from Kevin Wolf and an it translation from Paolo Bonzini. Signed-off-by: Anthony Liguori --- Makefile |3 +++ configure |4 +++- po/Makefile| 43 +++ po/de_DE.po| 37 +