On Tue, May 29, 2012 at 1:21 PM, Michal Čihař michal@cihar.com wrote:
Hi all
though phpcs with PMAStandard does already cover this, it seems to be necessary to mention it explicitely:
Please don't wrap translatable strings to fit into 85 chars width limits. It just causes further troubles (the strings are translated with newlines and indentation what looks weird). The PMAStandard should ignore such lines from checking for line length (if it does not please tell me, it's a bug in the rules).
Hi Michal, I noticed that PMAStandard ignores lines with translatable strings only if the overflowing "translatable string" part in the line has more chars than a "certain number". Although if the line starts with a translatable string longer than 85 chars, the "certain number" limit is mostly crossed, so PMAStandard ignores it mostly.
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel