commit | 1fa449231832d0fb7f20a3d7ecd06190ce906529 | [log] [tgz] |
---|---|---|
author | Stefan Weil <[email protected]> | Fri Jul 05 22:55:43 2013 +0200 |
committer | Anthony Liguori <[email protected]> | Tue Jul 23 15:45:23 2013 -0500 |
tree | 4952c3f5092e172871a8815cdd9ed595e5124fc6 | |
parent | 00134a62039a12822cda91310131cc050f78cf9b [diff] |
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 or $(SRC_PATH)/ui/gtk.c) for comments in *.po files. Signed-off-by: Stefan Weil <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>