Skip to content

Commit 957b5d4

Browse files
committed
1 parent 89200d0 commit 957b5d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/common/language.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ struct Language_t
2727
// es_ES - use new world spanish country code instead?
2828
// zh_CN - validate that SC date formats come through
2929
// bt_BR - assume we should use Brazilian rather than Iberian portguese
30+
// es_419 - latam does not have a specific LCID; the Mexican Spanish LCID will be used instead
3031

3132
static const Language_t s_LanguageNames[] =
3233
{
@@ -57,7 +58,11 @@ static const Language_t s_LanguageNames[] =
5758
{ "Bulgarian", "bulgarian", "#GameUI_Language_Bulgarian", "bg_BG", k_Lang_Bulgarian, 1026 },
5859
{ "Greek", "greek", "#GameUI_Language_Greek", "el_GR", k_Lang_Greek, 1032 },
5960
{ "Ukrainian", "ukrainian", "#GameUI_Language_Ukrainian", "uk_UA", k_Lang_Ukrainian, 1058 },
61+
#ifdef BDSBASE
62+
{ "Latam_Spanish", "latam", "#GameUI_Language_Latam_Spanish", "es_419", k_Lang_Latam_Spanish, 2058 },
63+
#else
6064
{ "Latam_Spanish", "latam", "#GameUI_Language_Latam_Spanish", "es_419", k_Lang_Latam_Spanish, 1034 },
65+
#endif
6166
};
6267

6368
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)