Skip to content

Missing German translations in incident.php #466

Description

@alxs3n

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.

Image

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions