Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.