From 6c3cc478fbfd93ddf039465355a7eb00b1ec6a0e Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:37:38 +1200 Subject: [PATCH 1/2] MNT Run module-standardiser (#542) --- .github/workflows/tag-patch-release.yml | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/tag-patch-release.yml diff --git a/.github/workflows/tag-patch-release.yml b/.github/workflows/tag-patch-release.yml new file mode 100644 index 00000000..dc843c0c --- /dev/null +++ b/.github/workflows/tag-patch-release.yml @@ -0,0 +1,26 @@ +name: Tag patch release + +on: + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch + workflow_dispatch: + inputs: + latest_local_sha: + description: The latest local sha + required: true + type: string + +permissions: {} + +jobs: + tagpatchrelease: + name: Tag patch release + # Only run cron on the symbiote account + if: (github.event_name == 'schedule' && github.repository_owner == 'symbiote') || (github.event_name != 'schedule') + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Tag release + uses: silverstripe/gha-tag-release@v2 + with: + latest_local_sha: ${{ inputs.latest_local_sha }} From 90314a3d1435552e9b809f60b6564d55e5269083 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:44:33 +1200 Subject: [PATCH 2/2] TLN Update translations (#544) --- client/lang/af.js | 15 --------------- client/lang/ast.js | 15 --------------- client/lang/az.js | 15 --------------- client/lang/bg.js | 15 --------------- client/lang/bs.js | 15 --------------- client/lang/ca.js | 15 --------------- client/lang/cs.js | 15 --------------- client/lang/cs_CZ.js | 15 --------------- client/lang/da.js | 15 --------------- client/lang/de.js | 3 --- client/lang/el.js | 15 --------------- client/lang/en_GB.js | 15 --------------- client/lang/es_AR.js | 15 --------------- client/lang/es_MX.js | 15 --------------- client/lang/et_EE.js | 15 --------------- client/lang/fa.js | 15 --------------- client/lang/fa_IR.js | 15 --------------- client/lang/fi.js | 15 --------------- client/lang/fi_FI.js | 15 --------------- client/lang/fo.js | 15 --------------- client/lang/fr.js | 15 --------------- client/lang/gl_ES.js | 15 --------------- client/lang/he_IL.js | 15 --------------- client/lang/hi.js | 15 --------------- client/lang/hu.js | 15 --------------- client/lang/hy_AM.js | 15 --------------- client/lang/id.js | 15 --------------- client/lang/is.js | 15 --------------- client/lang/it_IT.js | 15 --------------- client/lang/ja.js | 15 --------------- client/lang/ja_JP.js | 15 --------------- client/lang/km.js | 15 --------------- client/lang/ko.js | 15 --------------- client/lang/lt.js | 15 --------------- client/lang/lt_LT.js | 15 --------------- client/lang/lv.js | 15 --------------- client/lang/ms.js | 15 --------------- client/lang/my.js | 15 --------------- client/lang/nb.js | 15 --------------- client/lang/nb_NO.js | 15 --------------- client/lang/ne.js | 15 --------------- client/lang/nl.js | 15 --------------- client/lang/pa.js | 15 --------------- client/lang/pl.js | 15 --------------- client/lang/pl_PL.js | 15 --------------- client/lang/pt.js | 15 --------------- client/lang/pt_BR.js | 15 --------------- client/lang/pt_PT.js | 15 --------------- client/lang/ro.js | 15 --------------- client/lang/ro_RO.js | 15 --------------- client/lang/si.js | 15 --------------- client/lang/sk.js | 15 --------------- client/lang/sk_SK.js | 15 --------------- client/lang/sl.js | 15 --------------- client/lang/sl_SI.js | 15 --------------- client/lang/sr.js | 15 --------------- client/lang/sr@latin.js | 15 --------------- client/lang/sr_RS.js | 15 --------------- client/lang/sr_RS@latin.js | 15 --------------- client/lang/src/af.js | 7 ------- client/lang/src/ast.js | 7 ------- client/lang/src/az.js | 7 ------- client/lang/src/bg.js | 7 ------- client/lang/src/bs.js | 7 ------- client/lang/src/ca.js | 7 ------- client/lang/src/cs.js | 7 ------- client/lang/src/cs_CZ.js | 7 ------- client/lang/src/da.js | 7 ------- client/lang/src/de.js | 3 --- client/lang/src/el.js | 7 ------- client/lang/src/en_GB.js | 7 ------- client/lang/src/es_AR.js | 7 ------- client/lang/src/es_MX.js | 7 ------- client/lang/src/et_EE.js | 7 ------- client/lang/src/fa.js | 7 ------- client/lang/src/fa_IR.js | 7 ------- client/lang/src/fi.js | 7 ------- client/lang/src/fi_FI.js | 7 ------- client/lang/src/fo.js | 7 ------- client/lang/src/fr.js | 7 ------- client/lang/src/gl_ES.js | 7 ------- client/lang/src/he_IL.js | 7 ------- client/lang/src/hi.js | 7 ------- client/lang/src/hu.js | 7 ------- client/lang/src/hy_AM.js | 7 ------- client/lang/src/id.js | 7 ------- client/lang/src/is.js | 7 ------- client/lang/src/it_IT.js | 7 ------- client/lang/src/ja.js | 7 ------- client/lang/src/ja_JP.js | 7 ------- client/lang/src/km.js | 7 ------- client/lang/src/ko.js | 7 ------- client/lang/src/lt.js | 7 ------- client/lang/src/lt_LT.js | 7 ------- client/lang/src/lv.js | 7 ------- client/lang/src/ms.js | 7 ------- client/lang/src/my.js | 7 ------- client/lang/src/nb.js | 7 ------- client/lang/src/nb_NO.js | 7 ------- client/lang/src/ne.js | 7 ------- client/lang/src/nl.js | 7 ------- client/lang/src/pa.js | 7 ------- client/lang/src/pl.js | 7 ------- client/lang/src/pl_PL.js | 7 ------- client/lang/src/pt.js | 7 ------- client/lang/src/pt_BR.js | 7 ------- client/lang/src/pt_PT.js | 7 ------- client/lang/src/ro.js | 7 ------- client/lang/src/ro_RO.js | 7 ------- client/lang/src/si.js | 7 ------- client/lang/src/sk.js | 7 ------- client/lang/src/sk_SK.js | 7 ------- client/lang/src/sl.js | 7 ------- client/lang/src/sl_SI.js | 7 ------- client/lang/src/sr.js | 7 ------- client/lang/src/sr@latin.js | 7 ------- client/lang/src/sr_RS.js | 7 ------- client/lang/src/sr_RS@latin.js | 7 ------- client/lang/src/sv.js | 7 ------- client/lang/src/th.js | 7 ------- client/lang/src/tl.js | 7 ------- client/lang/src/tr.js | 7 ------- client/lang/src/tr_TR.js | 7 ------- client/lang/src/uk.js | 7 ------- client/lang/src/uk_UA.js | 7 ------- client/lang/src/uz.js | 7 ------- client/lang/src/vi.js | 7 ------- client/lang/src/vi_VN.js | 7 ------- client/lang/src/zh_CN.js | 7 ------- client/lang/src/zh_TW.js | 7 ------- client/lang/sv.js | 15 --------------- client/lang/th.js | 15 --------------- client/lang/tl.js | 15 --------------- client/lang/tr.js | 15 --------------- client/lang/tr_TR.js | 15 --------------- client/lang/uk.js | 15 --------------- client/lang/uk_UA.js | 15 --------------- client/lang/uz.js | 15 --------------- client/lang/vi.js | 15 --------------- client/lang/vi_VN.js | 15 --------------- client/lang/zh_CN.js | 15 --------------- client/lang/zh_TW.js | 15 --------------- lang/ast.yml | 1 - lang/az.yml | 1 - lang/bs.yml | 1 - lang/ca.yml | 1 - lang/cs_CZ.yml | 1 - lang/el.yml | 1 - lang/en_GB.yml | 1 - lang/es_AR.yml | 1 - lang/fa.yml | 1 - lang/fo.yml | 1 - lang/he_IL.yml | 1 - lang/hi.yml | 1 - lang/hy_AM.yml | 1 - lang/is.yml | 1 - lang/it_IT.yml | 1 - lang/km.yml | 1 - lang/ko.yml | 1 - lang/lt_LT.yml | 1 - lang/lv.yml | 1 - lang/ms.yml | 1 - lang/my.yml | 1 - lang/nb_NO.yml | 1 - lang/ne.yml | 1 - lang/pa.yml | 1 - lang/pt_PT.yml | 1 - lang/ro_RO.yml | 1 - lang/si.yml | 1 - lang/sk_SK.yml | 1 - lang/tl.yml | 1 - lang/tr_TR.yml | 1 - lang/uk.yml | 1 - lang/uk_UA.yml | 1 - lang/uz.yml | 1 - lang/vi.yml | 1 - lang/vi_VN.yml | 1 - lang/zh_CN.yml | 1 - lang/zh_TW.yml | 1 - 179 files changed, 1583 deletions(-) delete mode 100644 client/lang/af.js delete mode 100644 client/lang/ast.js delete mode 100644 client/lang/az.js delete mode 100644 client/lang/bg.js delete mode 100644 client/lang/bs.js delete mode 100644 client/lang/ca.js delete mode 100644 client/lang/cs.js delete mode 100644 client/lang/cs_CZ.js delete mode 100644 client/lang/da.js delete mode 100644 client/lang/el.js delete mode 100644 client/lang/en_GB.js delete mode 100644 client/lang/es_AR.js delete mode 100644 client/lang/es_MX.js delete mode 100644 client/lang/et_EE.js delete mode 100644 client/lang/fa.js delete mode 100644 client/lang/fa_IR.js delete mode 100644 client/lang/fi.js delete mode 100644 client/lang/fi_FI.js delete mode 100644 client/lang/fo.js delete mode 100644 client/lang/fr.js delete mode 100644 client/lang/gl_ES.js delete mode 100644 client/lang/he_IL.js delete mode 100644 client/lang/hi.js delete mode 100644 client/lang/hu.js delete mode 100644 client/lang/hy_AM.js delete mode 100644 client/lang/id.js delete mode 100644 client/lang/is.js delete mode 100644 client/lang/it_IT.js delete mode 100644 client/lang/ja.js delete mode 100644 client/lang/ja_JP.js delete mode 100644 client/lang/km.js delete mode 100644 client/lang/ko.js delete mode 100644 client/lang/lt.js delete mode 100644 client/lang/lt_LT.js delete mode 100644 client/lang/lv.js delete mode 100644 client/lang/ms.js delete mode 100644 client/lang/my.js delete mode 100644 client/lang/nb.js delete mode 100644 client/lang/nb_NO.js delete mode 100644 client/lang/ne.js delete mode 100644 client/lang/nl.js delete mode 100644 client/lang/pa.js delete mode 100644 client/lang/pl.js delete mode 100644 client/lang/pl_PL.js delete mode 100644 client/lang/pt.js delete mode 100644 client/lang/pt_BR.js delete mode 100644 client/lang/pt_PT.js delete mode 100644 client/lang/ro.js delete mode 100644 client/lang/ro_RO.js delete mode 100644 client/lang/si.js delete mode 100644 client/lang/sk.js delete mode 100644 client/lang/sk_SK.js delete mode 100644 client/lang/sl.js delete mode 100644 client/lang/sl_SI.js delete mode 100644 client/lang/sr.js delete mode 100644 client/lang/sr@latin.js delete mode 100644 client/lang/sr_RS.js delete mode 100644 client/lang/sr_RS@latin.js delete mode 100644 client/lang/src/af.js delete mode 100644 client/lang/src/ast.js delete mode 100644 client/lang/src/az.js delete mode 100644 client/lang/src/bg.js delete mode 100644 client/lang/src/bs.js delete mode 100644 client/lang/src/ca.js delete mode 100644 client/lang/src/cs.js delete mode 100644 client/lang/src/cs_CZ.js delete mode 100644 client/lang/src/da.js delete mode 100644 client/lang/src/el.js delete mode 100644 client/lang/src/en_GB.js delete mode 100644 client/lang/src/es_AR.js delete mode 100644 client/lang/src/es_MX.js delete mode 100644 client/lang/src/et_EE.js delete mode 100644 client/lang/src/fa.js delete mode 100644 client/lang/src/fa_IR.js delete mode 100644 client/lang/src/fi.js delete mode 100644 client/lang/src/fi_FI.js delete mode 100644 client/lang/src/fo.js delete mode 100644 client/lang/src/fr.js delete mode 100644 client/lang/src/gl_ES.js delete mode 100644 client/lang/src/he_IL.js delete mode 100644 client/lang/src/hi.js delete mode 100644 client/lang/src/hu.js delete mode 100644 client/lang/src/hy_AM.js delete mode 100644 client/lang/src/id.js delete mode 100644 client/lang/src/is.js delete mode 100644 client/lang/src/it_IT.js delete mode 100644 client/lang/src/ja.js delete mode 100644 client/lang/src/ja_JP.js delete mode 100644 client/lang/src/km.js delete mode 100644 client/lang/src/ko.js delete mode 100644 client/lang/src/lt.js delete mode 100644 client/lang/src/lt_LT.js delete mode 100644 client/lang/src/lv.js delete mode 100644 client/lang/src/ms.js delete mode 100644 client/lang/src/my.js delete mode 100644 client/lang/src/nb.js delete mode 100644 client/lang/src/nb_NO.js delete mode 100644 client/lang/src/ne.js delete mode 100644 client/lang/src/nl.js delete mode 100644 client/lang/src/pa.js delete mode 100644 client/lang/src/pl.js delete mode 100644 client/lang/src/pl_PL.js delete mode 100644 client/lang/src/pt.js delete mode 100644 client/lang/src/pt_BR.js delete mode 100644 client/lang/src/pt_PT.js delete mode 100644 client/lang/src/ro.js delete mode 100644 client/lang/src/ro_RO.js delete mode 100644 client/lang/src/si.js delete mode 100644 client/lang/src/sk.js delete mode 100644 client/lang/src/sk_SK.js delete mode 100644 client/lang/src/sl.js delete mode 100644 client/lang/src/sl_SI.js delete mode 100644 client/lang/src/sr.js delete mode 100644 client/lang/src/sr@latin.js delete mode 100644 client/lang/src/sr_RS.js delete mode 100644 client/lang/src/sr_RS@latin.js delete mode 100644 client/lang/src/sv.js delete mode 100644 client/lang/src/th.js delete mode 100644 client/lang/src/tl.js delete mode 100644 client/lang/src/tr.js delete mode 100644 client/lang/src/tr_TR.js delete mode 100644 client/lang/src/uk.js delete mode 100644 client/lang/src/uk_UA.js delete mode 100644 client/lang/src/uz.js delete mode 100644 client/lang/src/vi.js delete mode 100644 client/lang/src/vi_VN.js delete mode 100644 client/lang/src/zh_CN.js delete mode 100644 client/lang/src/zh_TW.js delete mode 100644 client/lang/sv.js delete mode 100644 client/lang/th.js delete mode 100644 client/lang/tl.js delete mode 100644 client/lang/tr.js delete mode 100644 client/lang/tr_TR.js delete mode 100644 client/lang/uk.js delete mode 100644 client/lang/uk_UA.js delete mode 100644 client/lang/uz.js delete mode 100644 client/lang/vi.js delete mode 100644 client/lang/vi_VN.js delete mode 100644 client/lang/zh_CN.js delete mode 100644 client/lang/zh_TW.js delete mode 100644 lang/ast.yml delete mode 100644 lang/az.yml delete mode 100644 lang/bs.yml delete mode 100644 lang/ca.yml delete mode 100644 lang/cs_CZ.yml delete mode 100644 lang/el.yml delete mode 100644 lang/en_GB.yml delete mode 100644 lang/es_AR.yml delete mode 100644 lang/fa.yml delete mode 100644 lang/fo.yml delete mode 100644 lang/he_IL.yml delete mode 100644 lang/hi.yml delete mode 100644 lang/hy_AM.yml delete mode 100644 lang/is.yml delete mode 100644 lang/it_IT.yml delete mode 100644 lang/km.yml delete mode 100644 lang/ko.yml delete mode 100644 lang/lt_LT.yml delete mode 100644 lang/lv.yml delete mode 100644 lang/ms.yml delete mode 100644 lang/my.yml delete mode 100644 lang/nb_NO.yml delete mode 100644 lang/ne.yml delete mode 100644 lang/pa.yml delete mode 100644 lang/pt_PT.yml delete mode 100644 lang/ro_RO.yml delete mode 100644 lang/si.yml delete mode 100644 lang/sk_SK.yml delete mode 100644 lang/tl.yml delete mode 100644 lang/tr_TR.yml delete mode 100644 lang/uk.yml delete mode 100644 lang/uk_UA.yml delete mode 100644 lang/uz.yml delete mode 100644 lang/vi.yml delete mode 100644 lang/vi_VN.yml delete mode 100644 lang/zh_CN.yml delete mode 100644 lang/zh_TW.yml diff --git a/client/lang/af.js b/client/lang/af.js deleted file mode 100644 index 41621d88..00000000 --- a/client/lang/af.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/af.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('af', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ast.js b/client/lang/ast.js deleted file mode 100644 index 06f9cc83..00000000 --- a/client/lang/ast.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ast.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ast', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/az.js b/client/lang/az.js deleted file mode 100644 index 5750d51d..00000000 --- a/client/lang/az.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/az.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('az', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/bg.js b/client/lang/bg.js deleted file mode 100644 index 4ba4c3e7..00000000 --- a/client/lang/bg.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/bg.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('bg', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/bs.js b/client/lang/bs.js deleted file mode 100644 index 1fc4d973..00000000 --- a/client/lang/bs.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/bs.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('bs', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ca.js b/client/lang/ca.js deleted file mode 100644 index 6120322e..00000000 --- a/client/lang/ca.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ca.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ca', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/cs.js b/client/lang/cs.js deleted file mode 100644 index 97f0d44e..00000000 --- a/client/lang/cs.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/cs.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('cs', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/cs_CZ.js b/client/lang/cs_CZ.js deleted file mode 100644 index beb472ae..00000000 --- a/client/lang/cs_CZ.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/cs_CZ.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('cs_CZ', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/da.js b/client/lang/da.js deleted file mode 100644 index 4cd4bc75..00000000 --- a/client/lang/da.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/da.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('da', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/de.js b/client/lang/de.js index a73ebfcd..4b753b6f 100644 --- a/client/lang/de.js +++ b/client/lang/de.js @@ -7,9 +7,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } else { ss.i18n.addDictionary('de', { "Workflow.DeleteQuestion": "Sind Sie sicher, dass sie dies endgültig löschen wollen?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", "Workflow.ProcessError": "Arbeitsablauf konnte nicht verarbeitet werden" }); } \ No newline at end of file diff --git a/client/lang/el.js b/client/lang/el.js deleted file mode 100644 index 2fc2fe89..00000000 --- a/client/lang/el.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/el.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('el', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/en_GB.js b/client/lang/en_GB.js deleted file mode 100644 index 89d2bf6f..00000000 --- a/client/lang/en_GB.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/en_GB.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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_GB', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/es_AR.js b/client/lang/es_AR.js deleted file mode 100644 index b70b48d5..00000000 --- a/client/lang/es_AR.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/es_AR.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('es_AR', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/es_MX.js b/client/lang/es_MX.js deleted file mode 100644 index b5d81870..00000000 --- a/client/lang/es_MX.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/es_MX.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('es_MX', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/et_EE.js b/client/lang/et_EE.js deleted file mode 100644 index 3cefc8ab..00000000 --- a/client/lang/et_EE.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/et_EE.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('et_EE', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/fa.js b/client/lang/fa.js deleted file mode 100644 index 80ea281d..00000000 --- a/client/lang/fa.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/fa.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('fa', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/fa_IR.js b/client/lang/fa_IR.js deleted file mode 100644 index ae53ad50..00000000 --- a/client/lang/fa_IR.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/fa_IR.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('fa_IR', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/fi.js b/client/lang/fi.js deleted file mode 100644 index 79f620c7..00000000 --- a/client/lang/fi.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/fi.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('fi', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/fi_FI.js b/client/lang/fi_FI.js deleted file mode 100644 index 850bfb00..00000000 --- a/client/lang/fi_FI.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/fi_FI.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('fi_FI', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/fo.js b/client/lang/fo.js deleted file mode 100644 index 510b6b94..00000000 --- a/client/lang/fo.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/fo.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('fo', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/fr.js b/client/lang/fr.js deleted file mode 100644 index e0688cd1..00000000 --- a/client/lang/fr.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/fr.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('fr', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/gl_ES.js b/client/lang/gl_ES.js deleted file mode 100644 index 7ed6d676..00000000 --- a/client/lang/gl_ES.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/gl_ES.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('gl_ES', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/he_IL.js b/client/lang/he_IL.js deleted file mode 100644 index eb54503d..00000000 --- a/client/lang/he_IL.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/he_IL.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('he_IL', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/hi.js b/client/lang/hi.js deleted file mode 100644 index a9458856..00000000 --- a/client/lang/hi.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/hi.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('hi', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/hu.js b/client/lang/hu.js deleted file mode 100644 index ac47ef46..00000000 --- a/client/lang/hu.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/hu.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('hu', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/hy_AM.js b/client/lang/hy_AM.js deleted file mode 100644 index 50013d09..00000000 --- a/client/lang/hy_AM.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/hy_AM.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('hy_AM', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/id.js b/client/lang/id.js deleted file mode 100644 index fe5741cd..00000000 --- a/client/lang/id.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/id.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('id', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/is.js b/client/lang/is.js deleted file mode 100644 index 1164622a..00000000 --- a/client/lang/is.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/is.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('is', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/it_IT.js b/client/lang/it_IT.js deleted file mode 100644 index d95a050a..00000000 --- a/client/lang/it_IT.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/it_IT.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('it_IT', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ja.js b/client/lang/ja.js deleted file mode 100644 index c1eb957b..00000000 --- a/client/lang/ja.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ja.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ja', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ja_JP.js b/client/lang/ja_JP.js deleted file mode 100644 index 707f0b82..00000000 --- a/client/lang/ja_JP.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ja_JP.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ja_JP', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/km.js b/client/lang/km.js deleted file mode 100644 index dd1acbb2..00000000 --- a/client/lang/km.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/km.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('km', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ko.js b/client/lang/ko.js deleted file mode 100644 index 0d6b75dc..00000000 --- a/client/lang/ko.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ko.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ko', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/lt.js b/client/lang/lt.js deleted file mode 100644 index e5b9c3d2..00000000 --- a/client/lang/lt.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/lt.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('lt', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/lt_LT.js b/client/lang/lt_LT.js deleted file mode 100644 index e161d9b3..00000000 --- a/client/lang/lt_LT.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/lt_LT.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('lt_LT', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/lv.js b/client/lang/lv.js deleted file mode 100644 index 61fea706..00000000 --- a/client/lang/lv.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/lv.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('lv', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ms.js b/client/lang/ms.js deleted file mode 100644 index e4d999d2..00000000 --- a/client/lang/ms.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ms.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ms', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/my.js b/client/lang/my.js deleted file mode 100644 index 9e952109..00000000 --- a/client/lang/my.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/my.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('my', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/nb.js b/client/lang/nb.js deleted file mode 100644 index a92b0267..00000000 --- a/client/lang/nb.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/nb.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('nb', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/nb_NO.js b/client/lang/nb_NO.js deleted file mode 100644 index 3f6cbf60..00000000 --- a/client/lang/nb_NO.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/nb_NO.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('nb_NO', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ne.js b/client/lang/ne.js deleted file mode 100644 index e81e894a..00000000 --- a/client/lang/ne.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ne.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ne', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/nl.js b/client/lang/nl.js deleted file mode 100644 index 4db63c0a..00000000 --- a/client/lang/nl.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/nl.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('nl', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/pa.js b/client/lang/pa.js deleted file mode 100644 index 32194567..00000000 --- a/client/lang/pa.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/pa.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('pa', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/pl.js b/client/lang/pl.js deleted file mode 100644 index f7650725..00000000 --- a/client/lang/pl.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/pl.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('pl', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/pl_PL.js b/client/lang/pl_PL.js deleted file mode 100644 index f616f51b..00000000 --- a/client/lang/pl_PL.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/pl_PL.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('pl_PL', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/pt.js b/client/lang/pt.js deleted file mode 100644 index 0e302c07..00000000 --- a/client/lang/pt.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/pt.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('pt', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/pt_BR.js b/client/lang/pt_BR.js deleted file mode 100644 index 6aa4573f..00000000 --- a/client/lang/pt_BR.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/pt_BR.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('pt_BR', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/pt_PT.js b/client/lang/pt_PT.js deleted file mode 100644 index 4781013e..00000000 --- a/client/lang/pt_PT.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/pt_PT.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('pt_PT', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ro.js b/client/lang/ro.js deleted file mode 100644 index e218295c..00000000 --- a/client/lang/ro.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ro.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ro', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/ro_RO.js b/client/lang/ro_RO.js deleted file mode 100644 index d03cc6e8..00000000 --- a/client/lang/ro_RO.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/ro_RO.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('ro_RO', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/si.js b/client/lang/si.js deleted file mode 100644 index 0e64ebd9..00000000 --- a/client/lang/si.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/si.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('si', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/sk.js b/client/lang/sk.js deleted file mode 100644 index 0fc8726f..00000000 --- a/client/lang/sk.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sk.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sk', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/sk_SK.js b/client/lang/sk_SK.js deleted file mode 100644 index 3e32bed5..00000000 --- a/client/lang/sk_SK.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sk_SK.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sk_SK', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/sl.js b/client/lang/sl.js deleted file mode 100644 index a9b53098..00000000 --- a/client/lang/sl.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sl.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sl', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/sl_SI.js b/client/lang/sl_SI.js deleted file mode 100644 index 361f857b..00000000 --- a/client/lang/sl_SI.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sl_SI.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sl_SI', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/sr.js b/client/lang/sr.js deleted file mode 100644 index 42db47a0..00000000 --- a/client/lang/sr.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sr.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sr', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/sr@latin.js b/client/lang/sr@latin.js deleted file mode 100644 index 1ab7f5f4..00000000 --- a/client/lang/sr@latin.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sr@latin.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sr@latin', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/sr_RS.js b/client/lang/sr_RS.js deleted file mode 100644 index 43aa46e5..00000000 --- a/client/lang/sr_RS.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sr_RS.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sr_RS', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/sr_RS@latin.js b/client/lang/sr_RS@latin.js deleted file mode 100644 index 4131e2a7..00000000 --- a/client/lang/sr_RS@latin.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sr_RS@latin.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sr_RS@latin', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/src/af.js b/client/lang/src/af.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/af.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ast.js b/client/lang/src/ast.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ast.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/az.js b/client/lang/src/az.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/az.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/bg.js b/client/lang/src/bg.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/bg.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/bs.js b/client/lang/src/bs.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/bs.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ca.js b/client/lang/src/ca.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ca.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/cs.js b/client/lang/src/cs.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/cs.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/cs_CZ.js b/client/lang/src/cs_CZ.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/cs_CZ.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/da.js b/client/lang/src/da.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/da.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/de.js b/client/lang/src/de.js index 830c5fde..b5f2cbbb 100644 --- a/client/lang/src/de.js +++ b/client/lang/src/de.js @@ -1,7 +1,4 @@ { "Workflow.DeleteQuestion": "Sind Sie sicher, dass sie dies endgültig löschen wollen?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", "Workflow.ProcessError": "Arbeitsablauf konnte nicht verarbeitet werden" } \ No newline at end of file diff --git a/client/lang/src/el.js b/client/lang/src/el.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/el.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/en_GB.js b/client/lang/src/en_GB.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/en_GB.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/es_AR.js b/client/lang/src/es_AR.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/es_AR.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/es_MX.js b/client/lang/src/es_MX.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/es_MX.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/et_EE.js b/client/lang/src/et_EE.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/et_EE.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/fa.js b/client/lang/src/fa.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/fa.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/fa_IR.js b/client/lang/src/fa_IR.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/fa_IR.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/fi.js b/client/lang/src/fi.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/fi.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/fi_FI.js b/client/lang/src/fi_FI.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/fi_FI.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/fo.js b/client/lang/src/fo.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/fo.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/fr.js b/client/lang/src/fr.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/fr.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/gl_ES.js b/client/lang/src/gl_ES.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/gl_ES.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/he_IL.js b/client/lang/src/he_IL.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/he_IL.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/hi.js b/client/lang/src/hi.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/hi.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/hu.js b/client/lang/src/hu.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/hu.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/hy_AM.js b/client/lang/src/hy_AM.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/hy_AM.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/id.js b/client/lang/src/id.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/id.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/is.js b/client/lang/src/is.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/is.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/it_IT.js b/client/lang/src/it_IT.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/it_IT.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ja.js b/client/lang/src/ja.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ja.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ja_JP.js b/client/lang/src/ja_JP.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ja_JP.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/km.js b/client/lang/src/km.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/km.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ko.js b/client/lang/src/ko.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ko.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/lt.js b/client/lang/src/lt.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/lt.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/lt_LT.js b/client/lang/src/lt_LT.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/lt_LT.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/lv.js b/client/lang/src/lv.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/lv.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ms.js b/client/lang/src/ms.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ms.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/my.js b/client/lang/src/my.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/my.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/nb.js b/client/lang/src/nb.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/nb.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/nb_NO.js b/client/lang/src/nb_NO.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/nb_NO.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ne.js b/client/lang/src/ne.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ne.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/nl.js b/client/lang/src/nl.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/nl.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/pa.js b/client/lang/src/pa.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/pa.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/pl.js b/client/lang/src/pl.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/pl.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/pl_PL.js b/client/lang/src/pl_PL.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/pl_PL.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/pt.js b/client/lang/src/pt.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/pt.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/pt_BR.js b/client/lang/src/pt_BR.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/pt_BR.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/pt_PT.js b/client/lang/src/pt_PT.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/pt_PT.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ro.js b/client/lang/src/ro.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ro.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/ro_RO.js b/client/lang/src/ro_RO.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/ro_RO.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/si.js b/client/lang/src/si.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/si.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sk.js b/client/lang/src/sk.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sk.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sk_SK.js b/client/lang/src/sk_SK.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sk_SK.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sl.js b/client/lang/src/sl.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sl.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sl_SI.js b/client/lang/src/sl_SI.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sl_SI.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sr.js b/client/lang/src/sr.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sr.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sr@latin.js b/client/lang/src/sr@latin.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sr@latin.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sr_RS.js b/client/lang/src/sr_RS.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sr_RS.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sr_RS@latin.js b/client/lang/src/sr_RS@latin.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sr_RS@latin.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/sv.js b/client/lang/src/sv.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/sv.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/th.js b/client/lang/src/th.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/th.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/tl.js b/client/lang/src/tl.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/tl.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/tr.js b/client/lang/src/tr.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/tr.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/tr_TR.js b/client/lang/src/tr_TR.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/tr_TR.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/uk.js b/client/lang/src/uk.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/uk.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/uk_UA.js b/client/lang/src/uk_UA.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/uk_UA.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/uz.js b/client/lang/src/uz.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/uz.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/vi.js b/client/lang/src/vi.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/vi.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/vi_VN.js b/client/lang/src/vi_VN.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/vi_VN.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/zh_CN.js b/client/lang/src/zh_CN.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/zh_CN.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/src/zh_TW.js b/client/lang/src/zh_TW.js deleted file mode 100644 index d3f77026..00000000 --- a/client/lang/src/zh_TW.js +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.ProcessError": "Could not process workflow" -} \ No newline at end of file diff --git a/client/lang/sv.js b/client/lang/sv.js deleted file mode 100644 index 3359035b..00000000 --- a/client/lang/sv.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/sv.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('sv', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/th.js b/client/lang/th.js deleted file mode 100644 index 7cc06da7..00000000 --- a/client/lang/th.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/th.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('th', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/tl.js b/client/lang/tl.js deleted file mode 100644 index fb8c9915..00000000 --- a/client/lang/tl.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/tl.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('tl', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/tr.js b/client/lang/tr.js deleted file mode 100644 index d55f363b..00000000 --- a/client/lang/tr.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/tr.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('tr', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/tr_TR.js b/client/lang/tr_TR.js deleted file mode 100644 index 078da245..00000000 --- a/client/lang/tr_TR.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/tr_TR.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('tr_TR', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/uk.js b/client/lang/uk.js deleted file mode 100644 index c1c1a784..00000000 --- a/client/lang/uk.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/uk.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('uk', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/uk_UA.js b/client/lang/uk_UA.js deleted file mode 100644 index cd1e5a1d..00000000 --- a/client/lang/uk_UA.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/uk_UA.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('uk_UA', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/uz.js b/client/lang/uz.js deleted file mode 100644 index 5785537c..00000000 --- a/client/lang/uz.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/uz.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('uz', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/vi.js b/client/lang/vi.js deleted file mode 100644 index f3c31792..00000000 --- a/client/lang/vi.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/vi.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('vi', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/vi_VN.js b/client/lang/vi_VN.js deleted file mode 100644 index 1c486ab6..00000000 --- a/client/lang/vi_VN.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/vi_VN.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('vi_VN', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/zh_CN.js b/client/lang/zh_CN.js deleted file mode 100644 index 9748f8a2..00000000 --- a/client/lang/zh_CN.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/zh_CN.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('zh_CN', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/client/lang/zh_TW.js b/client/lang/zh_TW.js deleted file mode 100644 index 861846a7..00000000 --- a/client/lang/zh_TW.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file was generated by silverstripe/tx-translator from client/lang/src/zh_TW.js. -// See https://github.com/silverstripe/silverstripe-tx-translator 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('zh_TW', { - "Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?", - "Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on %s", - "Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on %s at %s", - "Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at %s", - "Workflow.ProcessError": "Could not process workflow" -}); -} \ No newline at end of file diff --git a/lang/ast.yml b/lang/ast.yml deleted file mode 100644 index df2ccc6a..00000000 --- a/lang/ast.yml +++ /dev/null @@ -1 +0,0 @@ -ast: { } diff --git a/lang/az.yml b/lang/az.yml deleted file mode 100644 index 578889d3..00000000 --- a/lang/az.yml +++ /dev/null @@ -1 +0,0 @@ -az: { } diff --git a/lang/bs.yml b/lang/bs.yml deleted file mode 100644 index 7728713d..00000000 --- a/lang/bs.yml +++ /dev/null @@ -1 +0,0 @@ -bs: { } diff --git a/lang/ca.yml b/lang/ca.yml deleted file mode 100644 index 3685b226..00000000 --- a/lang/ca.yml +++ /dev/null @@ -1 +0,0 @@ -ca: { } diff --git a/lang/cs_CZ.yml b/lang/cs_CZ.yml deleted file mode 100644 index 3a57a089..00000000 --- a/lang/cs_CZ.yml +++ /dev/null @@ -1 +0,0 @@ -cs_CZ: { } diff --git a/lang/el.yml b/lang/el.yml deleted file mode 100644 index 9e5319e3..00000000 --- a/lang/el.yml +++ /dev/null @@ -1 +0,0 @@ -el: { } diff --git a/lang/en_GB.yml b/lang/en_GB.yml deleted file mode 100644 index be95b65c..00000000 --- a/lang/en_GB.yml +++ /dev/null @@ -1 +0,0 @@ -en_GB: { } diff --git a/lang/es_AR.yml b/lang/es_AR.yml deleted file mode 100644 index 7152ba0b..00000000 --- a/lang/es_AR.yml +++ /dev/null @@ -1 +0,0 @@ -es_AR: { } diff --git a/lang/fa.yml b/lang/fa.yml deleted file mode 100644 index 9f5aa7ff..00000000 --- a/lang/fa.yml +++ /dev/null @@ -1 +0,0 @@ -fa: { } diff --git a/lang/fo.yml b/lang/fo.yml deleted file mode 100644 index 26f52d09..00000000 --- a/lang/fo.yml +++ /dev/null @@ -1 +0,0 @@ -fo: { } diff --git a/lang/he_IL.yml b/lang/he_IL.yml deleted file mode 100644 index c0658a0e..00000000 --- a/lang/he_IL.yml +++ /dev/null @@ -1 +0,0 @@ -he_IL: { } diff --git a/lang/hi.yml b/lang/hi.yml deleted file mode 100644 index 36b38ca5..00000000 --- a/lang/hi.yml +++ /dev/null @@ -1 +0,0 @@ -hi: { } diff --git a/lang/hy_AM.yml b/lang/hy_AM.yml deleted file mode 100644 index 50815f58..00000000 --- a/lang/hy_AM.yml +++ /dev/null @@ -1 +0,0 @@ -hy_AM: { } diff --git a/lang/is.yml b/lang/is.yml deleted file mode 100644 index faf44ece..00000000 --- a/lang/is.yml +++ /dev/null @@ -1 +0,0 @@ -is: { } diff --git a/lang/it_IT.yml b/lang/it_IT.yml deleted file mode 100644 index 3cb64eaf..00000000 --- a/lang/it_IT.yml +++ /dev/null @@ -1 +0,0 @@ -it_IT: { } diff --git a/lang/km.yml b/lang/km.yml deleted file mode 100644 index 01cabed6..00000000 --- a/lang/km.yml +++ /dev/null @@ -1 +0,0 @@ -km: { } diff --git a/lang/ko.yml b/lang/ko.yml deleted file mode 100644 index ffe39f46..00000000 --- a/lang/ko.yml +++ /dev/null @@ -1 +0,0 @@ -ko: { } diff --git a/lang/lt_LT.yml b/lang/lt_LT.yml deleted file mode 100644 index 0a8aaf62..00000000 --- a/lang/lt_LT.yml +++ /dev/null @@ -1 +0,0 @@ -lt_LT: { } diff --git a/lang/lv.yml b/lang/lv.yml deleted file mode 100644 index e98d5ca5..00000000 --- a/lang/lv.yml +++ /dev/null @@ -1 +0,0 @@ -lv: { } diff --git a/lang/ms.yml b/lang/ms.yml deleted file mode 100644 index 276a7955..00000000 --- a/lang/ms.yml +++ /dev/null @@ -1 +0,0 @@ -ms: { } diff --git a/lang/my.yml b/lang/my.yml deleted file mode 100644 index a508b1fe..00000000 --- a/lang/my.yml +++ /dev/null @@ -1 +0,0 @@ -my: { } diff --git a/lang/nb_NO.yml b/lang/nb_NO.yml deleted file mode 100644 index 2e3eceb7..00000000 --- a/lang/nb_NO.yml +++ /dev/null @@ -1 +0,0 @@ -nb_NO: { } diff --git a/lang/ne.yml b/lang/ne.yml deleted file mode 100644 index d6f4de64..00000000 --- a/lang/ne.yml +++ /dev/null @@ -1 +0,0 @@ -ne: { } diff --git a/lang/pa.yml b/lang/pa.yml deleted file mode 100644 index e36a8cff..00000000 --- a/lang/pa.yml +++ /dev/null @@ -1 +0,0 @@ -pa: { } diff --git a/lang/pt_PT.yml b/lang/pt_PT.yml deleted file mode 100644 index 0142c6ec..00000000 --- a/lang/pt_PT.yml +++ /dev/null @@ -1 +0,0 @@ -pt_PT: { } diff --git a/lang/ro_RO.yml b/lang/ro_RO.yml deleted file mode 100644 index 9b05b32a..00000000 --- a/lang/ro_RO.yml +++ /dev/null @@ -1 +0,0 @@ -ro_RO: { } diff --git a/lang/si.yml b/lang/si.yml deleted file mode 100644 index 13b73a35..00000000 --- a/lang/si.yml +++ /dev/null @@ -1 +0,0 @@ -si: { } diff --git a/lang/sk_SK.yml b/lang/sk_SK.yml deleted file mode 100644 index b5c0e048..00000000 --- a/lang/sk_SK.yml +++ /dev/null @@ -1 +0,0 @@ -sk_SK: { } diff --git a/lang/tl.yml b/lang/tl.yml deleted file mode 100644 index 23bd10a1..00000000 --- a/lang/tl.yml +++ /dev/null @@ -1 +0,0 @@ -tl: { } diff --git a/lang/tr_TR.yml b/lang/tr_TR.yml deleted file mode 100644 index d35dfa68..00000000 --- a/lang/tr_TR.yml +++ /dev/null @@ -1 +0,0 @@ -tr_TR: { } diff --git a/lang/uk.yml b/lang/uk.yml deleted file mode 100644 index 120324d9..00000000 --- a/lang/uk.yml +++ /dev/null @@ -1 +0,0 @@ -uk: { } diff --git a/lang/uk_UA.yml b/lang/uk_UA.yml deleted file mode 100644 index 2c0163f0..00000000 --- a/lang/uk_UA.yml +++ /dev/null @@ -1 +0,0 @@ -uk_UA: { } diff --git a/lang/uz.yml b/lang/uz.yml deleted file mode 100644 index 64b5e2b6..00000000 --- a/lang/uz.yml +++ /dev/null @@ -1 +0,0 @@ -uz: { } diff --git a/lang/vi.yml b/lang/vi.yml deleted file mode 100644 index 5e1a9051..00000000 --- a/lang/vi.yml +++ /dev/null @@ -1 +0,0 @@ -vi: { } diff --git a/lang/vi_VN.yml b/lang/vi_VN.yml deleted file mode 100644 index 1e7709bd..00000000 --- a/lang/vi_VN.yml +++ /dev/null @@ -1 +0,0 @@ -vi_VN: { } diff --git a/lang/zh_CN.yml b/lang/zh_CN.yml deleted file mode 100644 index c7327491..00000000 --- a/lang/zh_CN.yml +++ /dev/null @@ -1 +0,0 @@ -zh_CN: { } diff --git a/lang/zh_TW.yml b/lang/zh_TW.yml deleted file mode 100644 index e2526c6a..00000000 --- a/lang/zh_TW.yml +++ /dev/null @@ -1 +0,0 @@ -zh_TW: { }