문제

In XML files (such as system.xml) I can specify a translate attribute for nodes to be translated. Where is this translation taking place in the code?

도움이 되었습니까?

해결책

There is no central place for all configuration structures. For tabs for example it happens in Mage_Adminhtml_Block_System_Config_Tabs::initTabs():

$helperName = $configFields->getAttributeModule($tab);
$label = Mage::helper($helperName)->__((string)$tab->label);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top