Magento: how to translate action tag content?
问题 I have default page.xml. I have added <block type="core/text" name="for_everyone"> <action method="setText" translate="text"><text>Some text!</text></action> </block> to <block type="core/text_list" name="content" as="content" translate="label"> <label>Main Content Area</label> </block> and I got this one: <block type="core/text_list" name="content" as="content" translate="label"> <label>Main Content Area</label> <block type="core/text" name="for_everyone"> <action method="setText" translate=