I am create Packout for new module and when use Packin import file zip, system not translation Menu.
I find in class org.adempiere.pipo2.handler.MenuElementHandler , method createModule() not write xml translation.
People can add code
createMenuBinding(ctx, document, m_Menu);
+ packOut.getCtx().ctx.put("Table_Name",X_AD_Menu.Table_Name);
+ try {
+ new CommonTranslationHandler().packOut(packOut,document,null,m_Menu.get_ID());
+ } catch(Exception e) {
+
if (log.isLoggable(Level.INFO))
log.info(e.toString());
+ }