commit 5c144a2522cb72c300a708d79f0613b7dbd63299
Author: Nick Morrott <knowledgejunkie@gmail.com>
Date:   Thu Mar 5 01:45:23 2026 +0000

    Translations: Refresh mythplugins translation binary files [de]

commit dd1a9b5ffb19fe056b7592dd639219fb8ae36240
Author: Roland Ernst <rcrernst@gmail.com>
Date:   Sun Mar 1 22:21:04 2026 +0100

    Remove German translation literal linefeed (`\n`) in text
    
    e.g.: The file `i18n/mythfrontend_de.ts` has these characters embedded,
    other ts files don't have this.
    Those files are xml files, and a linefeed in xml is either a real
    linefeed (`0xA`) or replaced by `&#xA;`.
    
    The resulting string comparison of a "Schedule Recordings" window
    in MythTV frontend:
    
    Dok 1
    Heute 20:15-21:10\n\"Sparen, Streichen, Schließen - Gemeinde unter
    Druck\"
    
    in opposite to applied patch
    Dok 1
    Heute 20:15-21:10
    "Sparen, Streichen, Schließen - Gemeinde unter Druck"
    
    Note the missing '\n\' sequence.
    
    (cherry picked from commit 794f7a6be2b9ae457cb3fff762a47ffa6bdf3baf)
