[vlc-devel] commit: Add the comment on why and how we translate "C" in vlc.pot ( Christophe Mutricy )

git version control git at videolan.org
Sat Apr 18 02:43:35 CEST 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Apr 18 01:32:46 2009 +0100| [54b5bd637f5ab35d42b20cfb233a4fcd892672e2] | committer: Christophe Mutricy 

Add the comment on why and how we translate "C" in vlc.pot

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=54b5bd637f5ab35d42b20cfb233a4fcd892672e2
---

 src/libvlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index f6d6be8..1403995 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 */




More information about the vlc-devel mailing list