Skip to content

Commit 96878e4

Browse files
author
Dale Sikkema
committed
MAGETWO-44189: Does not work to switch the language in the admin area
- remove locale switcher from backend
1 parent 0be91a5 commit 96878e4

File tree

3 files changed

+1
-127
lines changed

3 files changed

+1
-127
lines changed

app/code/Magento/Backend/Block/Page/Locale.php

Lines changed: 0 additions & 94 deletions
This file was deleted.

app/code/Magento/Backend/view/adminhtml/layout/default.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
<block class="Magento\Framework\View\Element\Template" name="page.actions.toolbar" template="Magento_Backend::pageactions.phtml" after="-"/>
5454
</referenceContainer>
5555
<referenceContainer name="footer">
56-
<block class="Magento\Backend\Block\Page\Locale" name="locale.switcher" template="Magento_Backend::page/locale.phtml"/>
57-
<container name="legal" htmlTag="div" htmlClass="footer-legal col-m-6 col-m-offset-1">
56+
<container name="legal" htmlTag="div" htmlClass="footer-legal col-m-12">
5857
<block class="Magento\Backend\Block\Page\Footer" name="version" as="version" />
5958
<block class="Magento\Backend\Block\Page\Copyright" name="copyright" as="copyright" />
6059
<block class="Magento\Framework\View\Element\Template" name="report" as="report" template="Magento_Backend::page/report.phtml">

app/code/Magento/Backend/view/adminhtml/templates/page/locale.phtml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)