Skip to content

Correct and complete german translation and extend E-Mail-Templates#1177

Open
QuasiMoko wants to merge 1 commit intoLibreBooking:developfrom
QuasiMoko:develop
Open

Correct and complete german translation and extend E-Mail-Templates#1177
QuasiMoko wants to merge 1 commit intoLibreBooking:developfrom
QuasiMoko:develop

Conversation

@QuasiMoko
Copy link
Contributor

  • correct some small translations
  • espeacially extend/ complete the E-Mail-Templates for de_de

I'm not familiar with git, so pls sry for any circumustances. THX

@JohnVillalovos
Copy link
Collaborator

Thanks @QuasiMoko I'll try to find some time to help get this merged in.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the German (de_de) locale by improving/expanding email templates and fixing a few localization details (notably date formats and a string typo) to make German notifications more complete and consistent with other locales.

Changes:

  • Expanded/added multiple lang/de_de/*.tpl email templates (greetings, details blocks, links, and several templates that were previously missing).
  • Standardized many templates to use {$AppTitle}-Login instead of hardcoded product names.
  • Added a de_de-specific _LoadDates() override and fixed a typo in EmailDisabled in lang/de_de.php.

Reviewed changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated 21 comments.

Show a summary per file
File Description
lang/de_de/StartReminderEmail.tpl Reformats start reminder email into structured HTML with links
lang/de_de/ResourceStatusChanged.tpl Adds missing German template for resource status change emails
lang/de_de/ResetPassword.tpl Expands reset password email to include more context + login link
lang/de_de/ReservationSeriesEnding.tpl Adds missing German template for “series ending” emails
lang/de_de/ReservationParticipationActivity.tpl Adds missing German template for participation activity emails
lang/de_de/ReservationInvitation.tpl Expands invitation email with greeting and clearer structure
lang/de_de/ReservationDeleted.tpl Adds greeting + standardizes login link text
lang/de_de/ReservationCreatedAdmin.tpl Adds greeting + restructures admin reservation created email
lang/de_de/ReservationCreated.tpl Adds greeting + restructures reservation created email
lang/de_de/ReservationAvailable.tpl Adds missing German template for waitlist availability emails
lang/de_de/ReportEmail.tpl Adds greeting + clarifies report origin + standardizes login link
lang/de_de/MissedCheckinEmail.tpl Adds missing German template for missed check-in emails
lang/de_de/InviteUser.tpl Adds missing German template for inviting a user to register
lang/de_de/GuestAccountCreation.tpl Adds missing German template for guest account creation
lang/de_de/EndReminderEmail.tpl Minor formatting/link updates + standardizes login link
lang/de_de/AnnouncementEmail.tpl Adds missing German template for announcement emails
lang/de_de/AccountDeleted.tpl Adds missing German template for account deletion emails
lang/de_de/AccountCreationForUser.tpl Adds missing German template for admin-created accounts
lang/de_de/AccountCreation.tpl Tweaks wording and adds standardized login link
lang/de_de/AccountActivation.tpl Adds line break + standardized login link
lang/de_de.php Adds de_de date formats + fixes “E-Mail” typo in EmailDisabled

You can also share your feedback on Copilot code review. Take the survey.

@@ -0,0 +1,18 @@
Hallo {$FirstName},<br/>
@@ -0,0 +1,6 @@
Hallo {$FirstName},<br/>
Reservierungsdetails:
<br/>
<br/>
Hallo {$FirstName},<br/>
Comment on lines +5 to +7
hat Ihre Einladung abgelehnt.
{elseif ($InvitationAction == InvitationAction::Join || $InvitationAction == InvitationAction::JoinAll)}
ist Ihrere Reservierung beigetreten.
Hier ist Ihr vorläufiges Passwort: {$TemporaryPassword}<br/>
Ihr altes Passwort wurde zurückgesetzt und wird nicht mehr funktionieren.<br/>
<br/>
Bitte<a href="{$ScriptUrl}"> anmelden </a> und das Passwort ändern.
Passwort: {$Password}<br/>
</br>
Bitte loggen Sie sich ein, um Ihr Benutzerkonto und Ihre Reservierungen anzupassen.</br>

@@ -0,0 +1,17 @@
<p>
Hallo {$FirstName},<br/>
@@ -1,3 +1,6 @@
Hallo {$FirstName},<br/>
Ihre Reservierung beginnt bald.<br/>
Reservierungsdetails:
<p>
Hallo {$FirstName},<br/>
@@ -1,9 +1,13 @@
Hier ist Ihr vorläufiges Passwort: {$TemporaryPassword}
<p>
Hallo {$FirstName},<br/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants