French translation causes sprintf() PHP warnings
-
The string “OAuth 2.0 authentication requires a supported OAuth 2.0-capable Outgoing Mail Server.” is translated using two variables in the French translation of Postman 1.7.2. This causes a “sprintf(): Too few arguments” in Postman/Postman-Mail/PPostmanSmtpModuleTransport.php on line 109. A workaround is to add two arguments (‘foo’, ‘bar’) to the sprintf() call, but it would be better to include the translation fix:
The topic ‘French translation causes sprintf() PHP warnings’ is closed to new replies.