mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
i18n backend support
This commit is contained in:
parent
003036434c
commit
def0f35141
19 changed files with 347 additions and 23 deletions
|
@ -5,7 +5,6 @@ define('LANGUAGE','ru');
|
|||
|
||||
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/i18n/'.LANGUAGE.'.php');
|
||||
|
||||
|
||||
// works like sprintf if more than one arguments called
|
||||
function _() {
|
||||
global $LANG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue