mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 08:47:50 +01:00
translate language name
This commit is contained in:
parent
ea68ea015e
commit
e97e9c4a2d
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ public class GameListItem extends LinearLayout
|
||||||
value =
|
value =
|
||||||
DictLangCache.getLangName( m_context,
|
DictLangCache.getLangName( m_context,
|
||||||
m_summary.dictLang );
|
m_summary.dictLang );
|
||||||
|
value = LocUtils.xlateLang( m_context, value );
|
||||||
break;
|
break;
|
||||||
case R.string.game_summary_field_opponents:
|
case R.string.game_summary_field_opponents:
|
||||||
value = m_summary.playerNames();
|
value = m_summary.playerNames();
|
||||||
|
|
Loading…
Add table
Reference in a new issue