}
@Override protected void visitMsgNode(MsgNode node) {
MsgPartsAndIds msgPartsAndIds = MsgUtils.buildMsgPartsAndComputeMsgIdForDualFormat(node);
msgs.add(new SoyMsg(
msgPartsAndIds.id, -1L, null, node.getMeaning(), node.getDesc(), node.isHidden(),
node.getContentType(), currentSource, node.isPlrselMsg(), msgPartsAndIds.parts));
}