Commit 54b5bd63 authored by Christophe Mutricy's avatar Christophe Mutricy

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

parent 94b40f7c
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment