mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
11 lines
476 B
JavaScript
11 lines
476 B
JavaScript
// This file was generated by silverstripe/cow from client/lang/src/en.json.
|
|
// See https://github.com/tractorcow/cow for details
|
|
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
|
|
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
|
|
}
|
|
} else {
|
|
ss.i18n.addDictionary('en', {
|
|
"ContentReview.CONTENT_DUE_FOR_REVIEW": "Content due for review"
|
|
});
|
|
} |