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" msgid "Follow"
msgstr "Sledovat" msgstr "Sledovat"
#: src\templates\layout.phtml:67
#: src\templates\sub\profile.phtml:47 #: src\templates\sub\profile.phtml:47
msgid "Language" msgid "Language"
msgstr "Jazyk" msgstr "Jazyk"

View File

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

View File

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

View File

@ -64,7 +64,7 @@
<li class="nav-item"> <li class="nav-item">
<div class="dropdown"> <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"> <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> </button>
<div class="dropdown-menu" aria-labelledby="languageDropdown"> <div class="dropdown-menu" aria-labelledby="languageDropdown">
<?php foreach($languages as $lang):?> <?php foreach($languages as $lang):?>