Hello,
I'm customizing the Phrases on my local test installation for my language (italian), and found out this thing:
Basically, shouldn't the original strings on the left be in english, instead they are already in italian?
(I have set up Use Plugin .PO/.MO filesΒ on OFF under General options)
Another thing.
In "\plugins\wpdiscuz\forms\wpdFormAttr\Form.php" line 597:
placeholder="<?php echo $textarea_placeholder; ?>..."
Maybe the three "..." have to be removed, otherwise they are always printed despite the translation?
Basically, shouldn't the original strings on the left be in english, instead they are already in italian?
No, it shouldn't. This is designed to work in this way.
Maybe the three "..." have to be removed, otherwise they are always printed despite the translation?
It will be fixed in the future update. As a temporary solution, you can simply delete it from the file.