Hello everybody,
after installing cachet 3x and using following environment variables
APP_LOCALE = de
APP_FALLBACK_LOCALE = de
APP_FAKER_LOCALE = de_DE
cachet::incident.timeline.from_label
and
cachet::incident.timeline.to_label
are shown instead of the correct German translation.
A possible fix is to add from_label and to_label below line 20 in vendor/cachethq/core/resources/lang/de/incident.php:
20 'no_incidents_reported_between' => 'Keine Vorfälle gemeldet zwischen :from und :to',
21 'from_label' => 'Von',
22 'to_label' => 'Bis',
23 'navigate' => [
24 'previous' => 'Vor',
changes.patch
Best regards
Alexander
Hello everybody,
after installing cachet 3x and using following environment variables
APP_LOCALE = de
APP_FALLBACK_LOCALE = de
APP_FAKER_LOCALE = de_DE
cachet::incident.timeline.from_label
and
cachet::incident.timeline.to_label
are shown instead of the correct German translation.
A possible fix is to add from_label and to_label below line 20 in vendor/cachethq/core/resources/lang/de/incident.php:
20 'no_incidents_reported_between' => 'Keine Vorfälle gemeldet zwischen :from und :to',
21 'from_label' => 'Von',
22 'to_label' => 'Bis',
23 'navigate' => [
24 'previous' => 'Vor',
changes.patch
Best regards
Alexander