mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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 );
|
||||
}
|
||||
}
|
||||
|
||||
if ( item.hasSubMenu() ) {
|
||||
xlateMenu( context, item.getSubMenu() );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue