D25599: Fix plugin-metadata translations on windows

Hannah von Reth noreply at phabricator.kde.org
Sun Dec 1 10:26:33 GMT 2019


vonreth added a comment.


  The doc doesn't mention the LANGUAGE var.
  
    QLocale::QLocale()
    
    Constructs a QLocale object initialized with the default locale. If no default locale was set using setDefault(), this locale will be the same as the one returned by system().
    
    See also setDefault().
  
  
  
    void QLocale::setDefault(const QLocale &locale)
    
    Sets the global default locale to locale. These values are used when a QLocale object is constructed with no arguments. If this function is not called, the system's locale is used.
    
    Warning: In a multithreaded application, the default locale should be set at application startup, before any non-GUI threads are created.
    
    Warning: This function is not reentrant.
    
    See also system() and c().

REPOSITORY
  R244 KCoreAddons

REVISION DETAIL
  https://phabricator.kde.org/D25599

To: sars, aacid, vonreth
Cc: kde-frameworks-devel, LeGast00n, GB_2, sdepiets, michaelh, ngraham, bruns, cullmann, kfunk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191201/6a489ab3/attachment.html>


More information about the Kde-frameworks-devel mailing list