NLS does not works fine?

Fumio Nakayama endymion at ca2.so-net.ne.jp
Fri Apr 19 16:16:18 CEST 2002


Hi,

I've downloaded vlc-0.3.1 and executed on Japanese locale.
But Japanese text that is translated in ja.po are not displayed correctly.
I made a following patch.
Could you checkin this patch?

thanks and regards,
Fumio Nakayama


--- vlc-0.3.1/include/common.h.org      Fri Apr 19 07:17:25 2002
+++ vlc-0.3.1/include/common.h  Fri Apr 19 22:12:25 2002
@@ -489,7 +489,7 @@
 #if defined( ENABLE_NLS ) && defined ( HAVE_GETTEXT ) && !defined( __BORLANDC__ ) && !defined( MODULE_NAME_IS_gnome )
 #   include <libintl.h>
 #   undef _
-#   define _(String) dgettext (PACKAGE, String)
+#   define _(String) (String)
 #   ifdef gettext_noop
 #       define N_(String) gettext_noop (String)
 #   else

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list