Skip to content

Commit 53ece73

Browse files
committed
expiry translations
1 parent 5a2b598 commit 53ece73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/monorepo-split-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.BOT }}
10-
CORE_VERSION: "^2.1.7"
10+
CORE_VERSION: "^2.1.8"
1111

1212
jobs:
1313
packages_split:
@@ -40,13 +40,13 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242

43-
# Search and replace "moox/core": "*" with "moox/core": "^2.1.7" in composer.json
43+
# Search and replace "moox/core": "*" with "moox/core": "^2.1.8" in composer.json
4444
- name: Replace core version in composer.json
4545
working-directory: packages/${{ matrix.package }}
4646
run: |
4747
if [ -f composer.json ]; then
4848
echo "Updating moox/core version in ${{ matrix.package }}"
49-
sed -i 's/"moox\/core": "\*"/"moox\/core": "^2.1.7"/g' composer.json
49+
sed -i 's/"moox\/core": "\*"/"moox\/core": "^2.1.8"/g' composer.json
5050
fi
5151
5252
# Commit the updated composer.json (if there was a change)
@@ -57,7 +57,7 @@ jobs:
5757
git config --global user.name "mooxbot"
5858
git config --global user.email "[email protected]"
5959
git add composer.json
60-
git commit -m "Update moox/core dependency to ^^2.1.7" || echo "No changes to commit"
60+
git commit -m "Update moox/core dependency to ^^2.1.8" || echo "No changes to commit"
6161
fi
6262
6363
- if: "!startsWith(github.ref, 'refs/tags/')"

packages/core/resources/lang/de/expiry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'updating_started' => 'Aktualisieren gestartet',
1515

1616
'expired_at' => 'Abgelaufen',
17-
'processing_deadline' => 'Bearbeitungsfrist'
17+
'processing_deadline' => 'Bearbeitungsfrist',
1818
'cycle' => 'Turnus',
1919
'notifyUser' => 'Verantwortlicher',
2020
'expiry_job' => 'Typ',

0 commit comments

Comments
 (0)