mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-17 09:34:08 +01:00
transform submenus too
This commit is contained in:
parent
0e7676b301
commit
f6b2e5a3c2
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ public class LocUtils {
|
||||||
item.setTitle( asKey );
|
item.setTitle( asKey );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( item.hasSubMenu() ) {
|
||||||
|
xlateMenu( context, item.getSubMenu() );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue