Commit 63c290b4 authored by Christophe Massiot's avatar Christophe Massiot

Fixed the "everything is in Japanese" bug. :p

parent fccc30ca
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* darwin_specific.m: Darwin specific features * darwin_specific.m: Darwin specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.m,v 1.10 2003/02/06 23:01:31 sam Exp $ * $Id: darwin_specific.m,v 1.11 2003/02/17 17:06:19 massiot Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -38,6 +38,7 @@ static int FindLanguage( const char * psz_lang ) ...@@ -38,6 +38,7 @@ static int FindLanguage( const char * psz_lang )
{ {
"German", "de", "German", "de",
"British", "en_GB", "British", "en_GB",
"English", "C",
"French", "fr", "French", "fr",
"Italian", "it", "Italian", "it",
"Japanese", "ja", "Japanese", "ja",
......
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