We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4149cf commit 2da2a9bCopy full SHA for 2da2a9b
setup/src/Magento/Setup/Module/I18n/Parser/Adapter/Xml.php
@@ -30,7 +30,7 @@ protected function _parse()
30
31
if ((string)$attributes['translate'] === 'true' || (string)$attributes['translatable'] === 'true') {
32
$this->_addPhrase((string)$element);
33
- } elseif ($key ==='title') {
+ } elseif ($key === 'title') {
34
$this->_addPhrase((string)$element->title);
35
} else {
36
$this->parseTranslatableNodes($attributes, $element);
0 commit comments