Subversion Repositories oidplus

Rev

Rev 1036 | Rev 1050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1036 Rev 1041
Line 55... Line 55...
55
        $files[] = process_file(__DIR__ . '/vendor/script47/bs5-utils/dist/js/Bs5Utils.js');
55
        $files[] = process_file(__DIR__ . '/vendor/script47/bs5-utils/dist/js/Bs5Utils.js');
56
}
56
}
57
 
57
 
58
# ---
58
# ---
59
 
59
 
60
$files[] = 'var DEFAULT_LANGUAGE = '.json_encode(OIDplus::DEFAULT_LANGUAGE).';';
60
$files[] = 'var DEFAULT_LANGUAGE = '.json_encode(OIDplus::getDefaultLang()).';';
61
 
61
 
62
OIDplus::registerAllPlugins('language', 'OIDplusLanguagePlugin', null);
62
OIDplus::registerAllPlugins('language', 'OIDplusLanguagePlugin', null);
63
$translation_array = OIDplus::getTranslationArray();
63
$translation_array = OIDplus::getTranslationArray();
64
$files[] = 'var language_messages = '.json_encode($translation_array).';';
64
$files[] = 'var language_messages = '.json_encode($translation_array).';';
65
 
65