You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In magento2, there are much magical thing. That is, in the same file, some translation is valid, the other is invalid(not display the locale text). For example:
In app/code/Mage/Backend/view/adminhtml/widget/grid/extended.phtml, the translation of 'View'(line 99) and 'per page'(line 118) is invalid.
In app/code/Mage/Backend/Block/Widget/Grid/Extended.php, the translation of 'Search'(line 214) is invalid.
I use zh_CN, in the locale file, both the valid and the invalid translation all exist.