From 54b5bd637f5ab35d42b20cfb233a4fcd892672e2 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Sat, 18 Apr 2009 01:32:46 +0100 Subject: [PATCH] Add the comment on why and how we translate "C" in vlc.pot --- src/libvlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvlc.c b/src/libvlc.c index f6d6be839f..14039952ba 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -341,7 +341,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, /* Announce who we are - Do it only for first instance ? */ msg_Dbg( p_libvlc, "%s", COPYRIGHT_MESSAGE ); msg_Dbg( p_libvlc, "libvlc was configured with %s", CONFIGURE_LINE ); - /* Translate "C" to the language code: "fr", "en_GB", "nl", "ru"... */ + /*xgettext: Translate "C" to the language code: "fr", "en_GB", "nl", "ru"... */ msg_Dbg( p_libvlc, "translation test: code is \"%s\"", _("C") ); /* Check for short help option */ -- 2.39.2