Traveller5000
unread,Jun 28, 2009, 4:09:40 AM6/28/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inputex
Hello
I'm new to this group, so I don't know if this is the
usual way... bat I have submitted a file es.js containing Spanish
localization.
I hope it can be usefull for somebody
To use it with YUI loader, remember to update inputex-
loader.js with:
// Locals
{
name: 'inputex-lang-fr',
type: 'js',
fullpath: pathToInputEx+'js/locals/fr.js',
varName: 'inputEx.lang_fr',
requires: ['inputex']
},
{
name: 'inputex-lang-it',
type: 'js',
fullpath: pathToInputEx+'js/locals/it.js',
varName: 'inputEx.lang_it',
requires: ['inputex']
},
+ {
+ name: 'inputex-lang-es',
+ type: 'js',
+ fullpath: pathToInputEx+'js/locals/es.js',
+ varName: 'inputEx.lang_es',
+ requires: ['inputex']
+ }