Change Brazilian Portuguese acronym from "pt" to "br" in case there will

be pure Portuguese games and to make use of brazilian flag. No detection stuff
is dependent on this, though BASS and Sword1 make use of it. However no
autoupgrade option is implemented, should it be?

svn-id: r23710
This commit is contained in:
Eugene Sandulenko 2006-08-15 19:54:41 +00:00
parent 7d0435f23c
commit c870d057a4
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ const LanguageDescription g_languages[] = {
{"de", "German", DE_DEU},
{"fr", "French", FR_FRA},
{"it", "Italian", IT_ITA},
{"pt", "Portuguese", PT_BRA},
{"br", "Portuguese", PT_BRA},
{"es", "Spanish", ES_ESP},
{"jp", "Japanese", JA_JPN},
{"zh", "Chinese (Taiwan)", ZH_TWN},

View File

@ -97,7 +97,7 @@ static const StringMap langMap[] = {
{ "de", "DE_DEU" },
{ "fr", "FR_FRA" },
{ "it", "IT_ITA" },
{ "pt", "PT_BRA" },
{ "br", "PT_BRA" },
{ "es", "ES_ESP" },
{ "jp", "JA_JPN" },
{ "zh", "ZH_TWN" },