[gnome-characters] build: Add translator comment to libunistring.pot
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] build: Add translator comment to libunistring.pot
- Date: Wed, 18 Feb 2015 07:07:41 +0000 (UTC)
commit e7993deb5306f037c4e4ffab8a3a348c23e6eac4
Author: Daiki Ueno <dueno src gnome org>
Date: Wed Feb 18 15:44:18 2015 +0900
build: Add translator comment to libunistring.pot
lib/gen-libunistring-pot.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/lib/gen-libunistring-pot.c b/lib/gen-libunistring-pot.c
index 107fe9d..f4f8ab3 100644
--- a/lib/gen-libunistring-pot.c
+++ b/lib/gen-libunistring-pot.c
@@ -10,7 +10,10 @@ main (int argc, char **argv)
const uc_block_t *blocks;
size_t count, i;
-#define PAIR(str) printf ("msgid \"%s\"\nmsgstr \"\"\n\n", str)
+#define PAIR(str) printf ("\
+#. TRANSLATORS: this is a string from libunistring; you can skip it for now\n\
+msgid \"%s\"\n\
+msgstr \"\"\n\n", str)
PAIR (uc_general_category_long_name (UC_CATEGORY_L));
PAIR (uc_general_category_long_name (UC_CATEGORY_LC));
PAIR (uc_general_category_long_name (UC_CATEGORY_Lu));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]