Skip to content

Commit

Permalink
Merge branch '6.0' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 29, 2023
2 parents 09e3019 + fe0ad69 commit e507c51
Show file tree
Hide file tree
Showing 91 changed files with 859 additions and 828 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
# Run on a schedule of once per quarter
schedule:
- cron: '0 0 1 */3 *'
- cron: '35 19 1 */3 *'

jobs:
update-js:
name: Update JS
# Only run cron on the silverstripe account
# Only run cron on the symbiote account
if: (github.event_name == 'schedule' && github.repository_owner == 'symbiote') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion client/lang/af.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('af', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('ast', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/az.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('az', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('bg', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/bs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('bs', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('ca', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('cs', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/cs_CZ.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('cs_CZ', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('da', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('el', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('en_GB', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/es_AR.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('es_AR', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/es_MX.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('es_MX', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/et_EE.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('et_EE', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('fa', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/fa_IR.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('fa_IR', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('fi', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/fi_FI.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('fi_FI', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/fo.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('fo', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('fr', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/gl_ES.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('gl_ES', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/he_IL.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('he_IL', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('hi', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('hu', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/hy_AM.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('hy_AM', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('id', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
2 changes: 1 addition & 1 deletion client/lang/is.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
} else {
ss.i18n.addDictionary('is', {
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Could not process workflow"
});
}
Loading

0 comments on commit e507c51

Please sign in to comment.