Skip to content

Commit

Permalink
Merge branch '6.2' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 7, 2024
2 parents 071c289 + 90314a3 commit db09634
Show file tree
Hide file tree
Showing 180 changed files with 26 additions and 1,583 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/tag-patch-release.yml
Original file line number Diff line number Diff line change
@@ -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 }}
15 changes: 0 additions & 15 deletions client/lang/af.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/ast.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/az.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/bg.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/bs.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/ca.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/cs.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/cs_CZ.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/da.js

This file was deleted.

3 changes: 0 additions & 3 deletions client/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a>%s</a>",
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
"Workflow.ProcessError": "Arbeitsablauf konnte nicht verarbeitet werden"
});
}
15 changes: 0 additions & 15 deletions client/lang/el.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/en_GB.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/es_AR.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/es_MX.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/et_EE.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/fa.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/fa_IR.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/fi.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/fi_FI.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/fo.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/lang/fr.js

This file was deleted.

Loading

0 comments on commit db09634

Please sign in to comment.