mirror of
https://github.com/myvesta/vesta
synced 2025-08-23 14:45:55 -07:00
i18n backend support
This commit is contained in:
parent
003036434c
commit
def0f35141
19 changed files with 347 additions and 23 deletions
|
@ -112,12 +112,12 @@
|
|||
buttons: {
|
||||
Ok: function() {
|
||||
$( this ).dialog( "close" );
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<div id="dialog-message" title="Wellcome">
|
||||
<div id="dialog-message" title="<?php print _('Welcome') ?>">
|
||||
<p><?php print _('LOGGED_IN_AS',$key);?></p>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue