Task reminder template translations are not available in Poeeditor.com?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ThomasB
    Senior Member
    • Mar 2022
    • 163

    Task reminder template translations are not available in Poeeditor.com?

    It's only a minor issue, but I noticed that the email templates for task reminders are very simple, but text entries are missing, or translations are completely missing, for other languages.


    E.g German:


    ​en_US
    Code:
    <p>Subject: {{name}}</p>
    <p>Date End: {{dateEnd}}</p>
    
    <p><a href="{{recordUrl}}">View record</a></p>​


    de_DE
    Code:
    <p>Betreff: {{name}}</p>
    <p>{{dateEnd}}</p>
    
    <p><a href="{{recordUrl}}">Eintrag öffnen</a></p>​

    Line two could be changed to:
    Code:
    <p>Betreff: {{name}}</p>
    <p>Fällig am: {{dateEnd}}</p>
    
    <p><a href="{{recordUrl}}">Eintrag öffnen</a></p>​​



    It seems the text for those templates are not in the poeeditor?

    Other templates seem to have this problem too. The German invitation template, for example, has "Decline" instead of "Ablehnen" for rejection.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Templates are not in POEditor, by design.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • yuri
      yuri commented
      Editing a comment
      I applied DE language changes you recommended. Thanks for suggestion.
Working...