Skip to content

Commit

Permalink
Update langcp_map
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Sep 12, 2024
1 parent fd05082 commit 27a3141
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ extern DOS_Shell * first_shell;

const std::map<int, std::string> langcp_map {
{437, "en_US"},
{850, "de_DE"},
{857, "tr_TR"},
//{850, "de_DE"},
{852, "hu_HU"},
{857, "tr_TR"},
{858, "es_ES"},
{859, "fr_FR"},
{860, "pt_BR"},
{866, "ru_RU"},
{932, "ja_JP"},
{936, "zh_CN"},
{949, "ko_KR"},
Expand Down

0 comments on commit 27a3141

Please sign in to comment.