Skip to content

Commit

Permalink
Make sure that standard sites imports config translations
Browse files Browse the repository at this point in the history
Since we now also translate Drupal configurations we should make sure
that we have a cronjob importing those.
  • Loading branch information
spaceo committed Mar 13, 2024
1 parent 614efe0 commit 429d8a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/dpladm/env-repo-template/standard/.lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ $SECONDARY_DOMAINS
schedule: "M H(2-5) * * *"
command: drush locale-check && drush locale-update
service: cli
- name: import danish config translations
schedule: "M H(2-5) * * *"
command: drush dpl_po:import-remote-config-po da https://danskernesdigitalebibliotek.github.io/dpl-cms/translations/da.config.po
service: cli

container-registries:
github:
Expand Down

0 comments on commit 429d8a6

Please sign in to comment.