1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #2290 - plupload translations.

This commit is contained in:
Cameron
2017-01-16 14:04:36 -08:00
parent f5a31cc92c
commit 675aa7cf91

View File

@@ -99,6 +99,16 @@ function loadJSAddons()
e107::js("core", "core/all.jquery.js","jquery",4); // Load all default functions.
$plUpload = "plupload/i18n/".e_LAN.".js";
if(e_LAN != 'en' && file_exists(e_WEB_JS.$plUpload))
{
e107::js('core', $plUpload);
}
}
loadJSAddons();