CC-1960Internationalize Airtime / Support translations
-added gettext wrapper to strings missing it -timepicker close button was not getting translated -fixed
This commit is contained in:
parent
c6a5db4a78
commit
b677130a3f
9 changed files with 40 additions and 35 deletions
|
@ -68,7 +68,7 @@
|
|||
|
||||
<dt id="timezone-label" class="block-display">
|
||||
<label class="required" for="timezone"><?php echo $this->element->getElement('timezone')->getLabel() ?>
|
||||
<span class="info-text-small">(Required)</span> :
|
||||
<span class="info-text-small"><?php _("(Required)") ?></span> :
|
||||
</label>
|
||||
</dt>
|
||||
<dd id="timezone-element" class="block-display">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue