Add missing translation string in Layout

This commit is contained in:
Hypolite Petovan 2018-11-18 11:40:05 -05:00
parent d2a9099391
commit 2505436796
4 changed files with 4 additions and 1 deletions

View File

@ -132,6 +132,7 @@ msgctxt "verb"
msgid "Follow"
msgstr "Sledovat"
#: src\templates\layout.phtml:67
#: src\templates\sub\profile.phtml:47
msgid "Language"
msgstr "Jazyk"

View File

@ -130,6 +130,7 @@ msgctxt "verb"
msgid "Follow"
msgstr ""
#: src\templates\layout.phtml:67
#: src\templates\sub\profile.phtml:47
msgid "Language"
msgstr ""

View File

@ -130,6 +130,7 @@ msgctxt "verb"
msgid "Follow"
msgstr "Suivre"
#: src\templates\layout.phtml:67
#: src\templates\sub\profile.phtml:47
msgid "Language"
msgstr "Langue"

View File

@ -64,7 +64,7 @@
<li class="nav-item">
<div class="dropdown">
<button class="btn btn-link nav-link dropdown-toggle" type="button" id="languageDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-language"></i> Language
<i class="fa fa-language"></i> <?php echo $this->__('Language')?>
</button>
<div class="dropdown-menu" aria-labelledby="languageDropdown">
<?php foreach($languages as $lang):?>