Commit 1c68fade authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fixed the localization issue on MacOSX.

parent 320fadd7
...@@ -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.11 2003/02/17 17:06:19 massiot Exp $ * $Id: darwin_specific.m,v 1.12 2003/02/17 23:47:29 hartman 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,7 +38,7 @@ static int FindLanguage( const char * psz_lang ) ...@@ -38,7 +38,7 @@ static int FindLanguage( const char * psz_lang )
{ {
"German", "de", "German", "de",
"British", "en_GB", "British", "en_GB",
"English", "C", "English", "en",
"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