Jens Peterssen
asked 8 years ago

Hi,
I just purchased your plugin. I configured my wordpress correct, so the main language is german. But it looks like that the dwqa-de_DE.mo and .po are being ignored.

What can I do in order to get this to work?

BR,
Jens

4 Answers
DominicStaff
answered 8 years ago

I have checked on our demo and it’s some words lose from.Po file, you can send me username & password of your site, we will check and help you update the words lost from your site into the .po file.

Jens Peterssen
answered 8 years ago

Hi,
i think it’s not because of lost words. Those words are correctly in the dwqa-de_DE.po.
But it looks like the plugin ignores my german language settings.

Unfortunately I don’t have a login, since the site is not running live here – just local.

Jens Peterssen
answered 8 years ago

Will I get an answer? Waiting for days now…

dominic Staff
replied 8 years ago

Please accept my apology for the delay in getting back to you. About this issue, we are checking it. In your case, you can try to add the following code to the functions.php file

function pu_change_language( $locale )
{
    return 'de_DE';
}
add_filter( 'locale', 'pu_change_language');

Hope this helps!

Michael Greve
answered 8 years ago

i have just bought the pro version and have the same issue

Dominic Staff
replied 8 years ago

I have checked on our demo and see that some issue with my plugin. Currently, we are pausing update the plugin and to not lose time waiting for the latest update.
Right now, you can send me your FTP, I will access and help you check and translate the plugin.
Regards,

Michael Greve
replied 8 years ago

unfortunately i cannot handout an FTP access. why dont you guys just fix your plugin ? the issue seems to exist since months. did you stop developing the plugin ?

Dominic Staff
replied 8 years ago

I will send you an email and included the new package of the plugin, you can download it from attachment and remove the old plugin, change your language in the Settings > General settings into English and upload new plugin but not activate it then go to the General setting and select the german language.
Finally, you can activate the plugin.
If you still face their issue, I hope you can send me username & password of your site, I will check and help you resolve it.

Powered by DW Question & Answer Pro