Index: branches/main/admin/interface/version.php
===================================================================
--- branches/main/admin/interface/version.php	(revision 11)
+++ branches/main/admin/interface/version.php	(revision 12)
@@ -48,6 +48,6 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) { define('VERSION', '2.10.1-dev'); }
-if(!defined('REVISION')) { define('REVISION', '11'); }
+if(!defined('REVISION')) { define('REVISION', '12'); }
 if(!defined('SP')) { define('SP', ''); }
 
Index: branches/main/framework/CoreAutoloader.php
===================================================================
--- branches/main/framework/CoreAutoloader.php	(revision 11)
+++ branches/main/framework/CoreAutoloader.php	(revision 12)
@@ -48,10 +48,14 @@
     private static $aReplacements = [];
 
     private static $aTransNs = [
-        'bin/interfaces' => 'framework',
-        'bin'            => 'framework',
-        'addon'          => 'modules',
-        'acp'            => 'admin'
+        // packet translations
+        'vendor/jscalendar' => 'include/jscalendar',
+        'bin/interfaces'    => 'framework',
+        // global translations
+        'bin'               => 'framework',
+        'addon'             => 'modules',
+        'acp'               => 'admin',
+        'vendor'            => 'include',
     ];
 
     public static function autoLoad($sClassName)
