Hi,
I have uploaded the dutch localization file for inputEx 0.2.2 to the
files section of this group. To use it, drop the file in js/locals and
don't forget to add the definition to the js/inputex-loader.js file.
Do that by adding last block in the code below:
// 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']
},
// --- Add the block below ---
{
name: 'inputex-lang-nl',
type: 'js',
fullpath: pathToInputEx+'js/locals/nl.js',
varName: 'inputEx.lang_nl',
requires: ['inputex']
}
Regards,
Martin -
http://www.oqapi.nl