aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/index.php
diff options
context:
space:
mode:
authorGravatar Daniel Scharmach <9080980+scharmach@users.noreply.github.com> 2025-09-29 15:24:28 +0200
committerGravatar GitHub <noreply@github.com> 2025-09-29 15:24:28 +0200
commit5e413ef0cea1bc85c80a6183d09d35658f1ecdc7 (patch)
treeb75e4034ae1aa1b8b8591045e732d319ab85ff56 /app/i18n/de/index.php
parent5e8c964f6cc735c49e686022700144307e903dd1 (diff)
Update German (#8028)
* Update index.php "Vorgestern" was technically not correct here, in my opinion: - "Vorgestern empfangen" implies this is only for the day before yesterday - "Vor gestern empfangen" would instead include everything before yesterday, too * Update sub.php Correction of small typo
Diffstat (limited to 'app/i18n/de/index.php')
-rw-r--r--app/i18n/de/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/index.php b/app/i18n/de/index.php
index ee4ce9165..a8493459c 100644
--- a/app/i18n/de/index.php
+++ b/app/i18n/de/index.php
@@ -37,7 +37,7 @@ return array(
'feed' => array(
'empty' => 'Es gibt keinen Artikel zum Anzeigen.',
'received' => array(
- 'before_yesterday' => 'Vorgestern empfangen',
+ 'before_yesterday' => 'Vor gestern empfangen',
'today' => 'Heute empfangen',
'yesterday' => 'Gestern empfangen',
),