现有项目中的fullcalendar.io设置

时间:2017-10-18 12:51:00

标签: javascript fullcalendar mediawiki-extensions

我尝试在MediaWiki的fullcalendar.io扩展名中使用Cargo。我想设置其他语言环境,但作为JS中的菜鸟,我找不到合适的方法来做到这一点。 Docs说必须执行另一个脚本f.e. <script src='fullcalendar/locale/es.js'></script>,但我不知道我应该在货物source files中使用它。 你能帮忙吗?

不幸的是,通过货物显示设置的区域设置配置不可用。

编辑: 主配置文件Cargo.php正在加载扩展。日历代码的一部分是:

'ext.cargo.calendar' => array(
        'styles' => array(
            'libs/fullcalendar.css',
            'libs/ext.cargo.calendar.css',
        ),
        'scripts' => array(
            'libs/fullcalendar.js',
            'libs/ext.cargo.calendar.js',
        ),
        'dependencies' => array(
            'moment',
        ),
        'position' => 'top',
        'localBasePath' => __DIR__,
        'remoteExtPath' => 'Cargo'

我尝试在脚本数组的最后位置添加'libs/locale/es.js',,但它不起作用。

0 个答案:

没有答案