Polish language problem
-
There is problem in wpcloudy.php
When u chose PL language it displays English names, because of some mistake in file.
here:
$wpcloudy_lang_host = 'po_PO';(2402 line)
should be:
$wpcloudy_lang_host = 'pl_PL';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Polish language problem’ is closed to new replies.