unrelated comment
This commit is contained in:
@@ -520,10 +520,6 @@ const LanguageInfo *GetLanguageInfo( const RString &sIsoCode )
|
|||||||
{
|
{
|
||||||
for( unsigned i=0; i<ARRAYSIZE(g_langs); ++i )
|
for( unsigned i=0; i<ARRAYSIZE(g_langs); ++i )
|
||||||
{
|
{
|
||||||
// Only use languages in the intersection of Windows languages
|
|
||||||
// and languages that had native forms on the site listed above.
|
|
||||||
// Obscure languages are dropped so that they don't clutter up the
|
|
||||||
// smtools UI.
|
|
||||||
if( sIsoCode.EqualsNoCase(g_langs[i].szIsoCode) )
|
if( sIsoCode.EqualsNoCase(g_langs[i].szIsoCode) )
|
||||||
return &g_langs[i];
|
return &g_langs[i];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user