| Page 1 of 1 | [ 4 posts ] |
|
Hello
I'm using my own yui3 modules, and per module i set the language settings, like YUI.add("testmodule", function (Y) { Y.extend(MyModule, Y.Panel, { ...blabla }); Y.TESTproject.MyModule= MyModule; }, "3.4.1", { requires: ["classnamemanager", "panel", ...], skinnable: true, lang : ["nl","en"] }); The loader finds my language files. It works fine in 3.4.1 But when i use yui3.5.1 or later, the language files arent loaded automatically. I have to set per custom module my language settings in the YUI_CONFIG. It looks like the "lang" settings are overwritten or something when the loader loads my custom modules. The "skinnable" setting works fine |
|
Try using 3.6.0pr4, that should have been fixed in the 3.6.0 sprints.
|
|
Thx for the quick reply!
But I already tried that. I still have to set per module my language settings |
|
I have dozens of tests in 3.6.0 for this and the all pass, can you please file a ticket with a repro case so that I can look into it and add a test in case I missed something?
|
| Page 1 of 1 | [ 4 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group