mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-15 08:47:56 +01:00
fix mistaken commit: don't hard-code Italian
This commit is contained in:
parent
7cbec919ef
commit
789c9c20a0
1 changed files with 1 additions and 1 deletions
|
@ -1898,7 +1898,7 @@ public class GamesListDelegate extends ListDelegateBase
|
||||||
{
|
{
|
||||||
if ( ! XWPrefs.getPrefsBoolean( m_activity, R.string.key_got_langdict,
|
if ( ! XWPrefs.getPrefsBoolean( m_activity, R.string.key_got_langdict,
|
||||||
false ) ) {
|
false ) ) {
|
||||||
String lc = "it";//Locale.getDefault().getLanguage();
|
String lc = Locale.getDefault().getLanguage();
|
||||||
if ( !lc.equals("en") ) {
|
if ( !lc.equals("en") ) {
|
||||||
int code = LocUtils.codeForLangCode( m_activity, lc );
|
int code = LocUtils.codeForLangCode( m_activity, lc );
|
||||||
String[] names = DictLangCache.getHaveLang( m_activity, code );
|
String[] names = DictLangCache.getHaveLang( m_activity, code );
|
||||||
|
|
Loading…
Add table
Reference in a new issue