git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@39397 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2009-12-19 05:01:52 +00:00
parent 41dd1488ff
commit c3282a78c6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ LangDef sLangs[] = {
{ "ru", N_("Russian"), 0x0419 },
{ "zh_CN", N_("Simplified Chinese"), 0x0804 },
{ "zh_TW", N_("Traditional Chinese"), 0x0404 },
{ "jp", N_("Japanese"), 0x0411 },
{ "ja", N_("Japanese"), 0x0411 },
{ "ko", N_("Korean"), 0x0412 },
{ "", "", 0xFFFF },
};