lang.html revision 14aa36f7704691338ad241a23d34151595694dbb
<html>
<head>
<title>loader language packs</title>
<!--
<script type="text/javascript" src="http://yui.yahooapis.com/3.0.0/build/yui/yui-debug.js"></script>
<script type="text/javascript" src="/build/loader/loader-debug.js"></script>
<script type="text/javascript" src="http://l.yimg.com/a/lib/yui/3.0.0/build/yui/yui-debug.js"></script>
<script type="text/javascript" language="javascript1.2" src="/build/yui/yui-debug.js"></script>
-->
</head>
<body>
<script>
YUI({
// comboBase: 'http://l.yimg.com/a/lib/yui/combo?',
// combine: true,
// filter:"raw",
// maxURLLength: 300,
// attributes: {
// language: 'javascript1.2'
// },
languages: ['en-US']
// }).use('datatype', 'gallery-yql', function(Y) {
}).use('datatype', function(Y) {
console.log('done');
Y.use('lang|datatype-date|ca-ES', function() { });
Y.use('lang|datatype-date|ca-blah|create', function() { });
});
</script>
</body>
</html>