silverstripe-framework/javascript/lang/de_DE.js

7 lines
212 B
JavaScript
Raw Normal View History

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',
});
}