mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
Korean is kr, not ko
svn-id: r8279
This commit is contained in:
parent
06d340b47e
commit
c1dcc1a1ec
2
README
2
README
@ -393,7 +393,7 @@ ScummVM includes a language option for the Curse of Money Island and the Simon t
|
||||
es - Spanish
|
||||
jp - Japanese
|
||||
zh - Chinese
|
||||
ko - Korean
|
||||
kr - Korean
|
||||
hb - Hebrew
|
||||
|
||||
Graphics filters:
|
||||
|
@ -56,7 +56,7 @@ static const char USAGE_STRING[] =
|
||||
"\t-g<mode> - graphics mode (normal,2x,3x,2xsai,super2xsai,supereagle,advmame2x,advmame3x,tv2x,dotmatrix)\n"
|
||||
"\t-e<mode> - set music engine (see README for details)\n"
|
||||
"\t-a - specify game is amiga version\n"
|
||||
"\t-q<lang> - specify language (en,de,fr,it,pt,es,jp,zh,ko,hb)\n"
|
||||
"\t-q<lang> - specify language (en,de,fr,it,pt,es,jp,zh,kr,hb)\n"
|
||||
"\n"
|
||||
"\t-c<num> - use cdrom <num> for cd audio\n"
|
||||
"\t-m<num> - set music volume to <num> (0-255)\n"
|
||||
@ -117,7 +117,7 @@ static const struct Language languages[] = {
|
||||
{"es", "Spanish", ES_ESP},
|
||||
{"jp", "Japanese", JA_JPN},
|
||||
{"zh", "Chinese (Taiwan)", ZH_TWN},
|
||||
{"ko", "Korean", KO_KOR},
|
||||
{"kr", "Korean", KO_KOR},
|
||||
{"hb", "Hebrew", HB_HEB},
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user