Viewing 1 replies (of 1 total)
  • Thread Starter bshuchter

    (@bshuchter)

    Hi. I was able to fix this by going into my .mo and .po files for Polish and changing part of the Plural-Forms line from:

    n%10< =4

    to:

    n%10<=4

    (in other words, remove the space before the equal sign)

Viewing 1 replies (of 1 total)

The topic ‘PHP Parse error only in Polish (PL) translation’ is closed to new replies.