mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Completato supporto delle traduzioni
Sostituzione della funzione gettext _() con la nuova tr() per permettere l'effettiva traduzione del progetto.
This commit is contained in:
@@ -10,10 +10,10 @@ if (Auth::check()) {
|
||||
|
||||
<footer class="main-footer">
|
||||
<span class="pull-right hidden-xs">
|
||||
<strong>'._('Versione').' '.$version.'</strong>
|
||||
<small class="text-muted">('.(!empty($revision) ? 'R'.$revision : _('In sviluppo')).')</small>
|
||||
<strong>'.tr('Versione').' '.$version.'</strong>
|
||||
<small class="text-muted">('.(!empty($revision) ? 'R'.$revision : tr('In sviluppo')).')</small>
|
||||
</span>
|
||||
'._('OpenSTAManager').'
|
||||
'.tr('OpenSTAManager').'
|
||||
</footer>
|
||||
|
||||
<div class="modal fade" id="bs-popup" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false"></div>
|
||||
|
||||
Reference in New Issue
Block a user