translate language name

This commit is contained in:
Eric House 2015-05-22 21:46:43 -07:00
parent ea68ea015e
commit e97e9c4a2d

View file

@ -243,6 +243,7 @@ public class GameListItem extends LinearLayout
value =
DictLangCache.getLangName( m_context,
m_summary.dictLang );
value = LocUtils.xlateLang( m_context, value );
break;
case R.string.game_summary_field_opponents:
value = m_summary.playerNames();