Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 37e86fa

Browse files
committed
MAGETWO-67048: Cannot add translate attribute into the di.xml
1 parent 36deb52 commit 37e86fa

File tree

1 file changed

+1
-1
lines changed
  • setup/src/Magento/Setup/Module/I18n/Parser/Adapter

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Module/I18n/Parser/Adapter/Xml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function _getNodes($file)
6161
* @param \SimpleXMLElement $element
6262
* @return void
6363
*/
64-
protected function parseTranslatableNodes(\SimpleXMLElement $attributes, \SimpleXMLElement $element)
64+
private function parseTranslatableNodes(\SimpleXMLElement $attributes, \SimpleXMLElement $element)
6565
{
6666
$nodesDelimiter = strpos($attributes['translate'], ' ') === false ? ',' : ' ';
6767
foreach (explode($nodesDelimiter, $attributes['translate']) as $value) {

0 commit comments

Comments
 (0)