mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 01:15:58 +00:00
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:
parent
7d0435f23c
commit
c870d057a4
@ -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},
|
||||
|
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user