doc.silverstripe.org/sapphire/javascript/lang/de_DE.js
2011-04-10 21:53:26 +00:00

7 lines
211 B
JavaScript

if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
console.error('Class ss.i18n not defined');
} else {
ss.i18n.addDictionary('de_DE', {
'VALIDATOR.FIELDREQUIRED': '"%s" wird benötigt'
});
}