Needed to init globals first
This commit is contained in:
Eric House 2021-05-27 10:49:20 -07:00
parent 3d1ec565b0
commit dd8e7584e6

View file

@ -247,6 +247,9 @@ public class DictLangCache {
{
ArrayList<DictAndLoc> al = new ArrayList<>();
DictAndLoc[] dals = DictUtils.dictList( context );
getLangNames( context ); /* inits s_langNames */
for ( DictAndLoc dal : dals ) {
DictInfo info = getInfo( context, dal );
int langCode = info.langCode;