Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail translations #423

Merged
merged 12 commits into from
Oct 10, 2024
Merged

Mail translations #423

merged 12 commits into from
Oct 10, 2024

Commits on Sep 25, 2024

  1. Remove *-custom.tpl from repo

    Those should only be provided by the user.
    Gerd Katzenbeisser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6a0a323 View commit details
    Browse the repository at this point in the history
  2. Ignore custom translation files

    Gerd Katzenbeisser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    30e10c9 View commit details
    Browse the repository at this point in the history
  3. defaultPath is a fallback path

    The name is misleading, as it's not the default.language setting
    Gerd Katzenbeisser committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1573155 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Remove dead code

    DisplayLocalized in SmartyPage was never called
    DisplayLocalized in Page was only a copy, which is still called, but the languageCode parameter is not used.
    Gerd Katzenbeisser committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    62fecff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6436f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Fix save custom email template for selected language

    Gerd Katzenbeisser committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6e3d756 View commit details
    Browse the repository at this point in the history
  2. Fallback to default lang for missing custom templates

    ..but only when custom template is available for default lang.
    
    refs LibreBooking#416
    Gerd Katzenbeisser committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    256de11 View commit details
    Browse the repository at this point in the history
  3. Add config description

    Gerd Katzenbeisser committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    91af780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c705fcc View commit details
    Browse the repository at this point in the history
  5. Fix template indentation after merge

    Gerd Katzenbeisser committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d9d46d5 View commit details
    Browse the repository at this point in the history
  6. Change ReservationShareMail property name

    It conflicts with the now protected email property
    Gerd Katzenbeisser committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6059360 View commit details
    Browse the repository at this point in the history
  7. Fix unit test for updating email template

    Gerd Katzenbeisser committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d294f8a View commit details
    Browse the repository at this point in the history