Skip to content

Commit

Permalink
Merge branch '4.0' into 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2023
2 parents dd31361 + f4fd637 commit 028ee46
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update-js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update JS

on:
workflow_dispatch:
# Run on a schedule of once per quarter
schedule:
- cron: '35 7 1 */3 *'

jobs:
update-js:
name: Update JS
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Update JS
uses: silverstripe/gha-update-js@v1
10 changes: 5 additions & 5 deletions lang/es.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
es:
SitewideContentReport:
SilverStripe\SiteWideContentReport\SitewideContentReport:
AccessFromAllSubsites: '(accesible desde todos los sub sitios)'
Created: Creado
Description: 'Todas las páginas y archivo en todos los sub sitios'
DescriptionIncludingSubsites: 'Todas las páginas y archivo en todos los sub sitios'
Directory: Directorio
Draft: Borrador
FileType: 'Tipo de archivo'
Expand All @@ -16,11 +16,10 @@ es:
Stage: Estado
Subsite: 'Sub sitio'
Title: 'Reporte del contenido en todo el sitio'
URL: URL
SilverStripe\SiteWideContentReport\SitewideContentReport:
SitewideContentReport:
AccessFromAllSubsites: '(accesible desde todos los sub sitios)'
Created: Creado
DescriptionIncludingSubsites: 'Todas las páginas y archivo en todos los sub sitios'
Description: 'Todas las páginas y archivo en todos los sub sitios'
Directory: Directorio
Draft: Borrador
FileType: 'Tipo de archivo'
Expand All @@ -34,3 +33,4 @@ es:
Stage: Estado
Subsite: 'Sub sitio'
Title: 'Reporte del contenido en todo el sitio'
URL: URL

0 comments on commit 028ee46

Please sign in to comment.