문제

Inside Mage_Core.csv have the following line

"Please input a valid CSS-length. For example 100px or 77pt or 20em or .5ex or 50%."

The problem is, Magento expect this % to be a parameter, and gives me the error

"vsprintf(): Too few arguments"

How can i ignore this '%' ?

도움이 되었습니까?

해결책

For a literal percent character, use %%

Reference: Magento uses vsprintf to format translations https://secure.php.net/vsprintf

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top