- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P1: Critical
 - 
    6.5.0
 - 
    None
 
- 
        
 - 
        5fc4c09a9 (dev), a95e6dd76 (6.6), 5b63179a2 (tqtc/lts-6.5)
 
In QML, text: qsTranslate("", "welcome") no longer translates the input strings in Qt 6.5.0, whereas it did in Qt 6.3.2.
text: qsTranslate("", "welcome") + "" or text: {return qsTranslate("", "welcome")} are ways to fix the issue.