Statistics
| Branch: | Revision:

root / po / Makefile @ feature-archipelago

History | View | Annotate | Download (1.4 kB)

# Date Author Comment
0cd8eaa0 07/23/2013 11:45 pm Stefan Weil

po/Makefile: Use macro quiet-command for nice looking messages

Suppress also the "... done" message from msgmerge.

Signed-off-by: Stefan Weil <>
Signed-off-by: Anthony Liguori <>

18e12d49 07/23/2013 11:45 pm Stefan Weil

po/Makefile: Fix and improve help message

The help message contains single quotes which got lost in the output.
Fix also a typo and use two instead of three lines.

Signed-off-by: Stefan Weil <>
Signed-off-by: Anthony Liguori <>

00134a62 07/23/2013 11:45 pm Stefan Weil

po/Makefile: Fix *.mo generation for out-of-tree builds (regression)

Commit f84756554e32d97db3aa949db1dd58c7eea62375 added a wildcard search
for *.po files. This search found no files for out of tree builds, so
those builds no longer created and installed *.mo files....

1fa44923 07/23/2013 11:45 pm Stefan Weil

po/Makefile: Fix generation of messages.po

  • Tell xgettext that we use UTF-8 encoding (this is currently optional).
  • Set charset=UTF-8 in messages.po. This avoids warnings from msgmerge:
    warning: Charset "CHARSET" is not a portable encoding name.
  • Use filename relative to root directory (ui/gtk.c instead of ../ui/gtk.c...
a23da659 04/04/2013 01:28 am Kevin Wolf

po/Makefile: Fix dependency for %.mo

Otherwise make will refuse to build updated .po files.

Signed-off-by: Kevin Wolf <>
Signed-off-by: Aurelien Jarno <>

f8475655 04/02/2013 04:13 pm Aurelien Jarno

po/Makefile: simplify

In the hope we get more translations, we should not have to modify
po/Makefile for each of them.

Cc: Anthony Liguori <>
Signed-off-by: Aurelien Jarno <>
Reviewed-by: Anthony Liguori <>...

1b33b354 04/02/2013 04:13 pm Aurelien Jarno

po/Makefile: correctly pass QEMU version

Cc: Anthony Liguori <>
Signed-off-by: Aurelien Jarno <>
Reviewed-by: Anthony Liguori <>
Message-id:
Signed-off-by: Anthony Liguori <>

834574ea 02/22/2013 12:34 am Anthony Liguori

gtk: add translation support (v5)

This includes a de_DE translation from Kevin Wolf and an it translation from
Paolo Bonzini.

Cc: Paolo Bonzini <>
Cc: Kevin Wolf <>
Cc: Stefan Hajnoczi <>
Signed-off-by: Anthony Liguori <>...