Wil Witting
asked 8 years ago

Hi,
I installed your Q&A plugin on my website. The website is in Dutch and I would like the Dutch translation of your plugin. Is that possible? Or can I help translating into Dutch?
Kind regards, Wil Witting

1 Answers
DominicStaff
answered 8 years ago

In this file
/wp-content/plugins/dw-question-answer/dw-question-answer.php

Change 82 string

From
load_plugin_textdomain( 'dwqa', false, DWQA_DIR . 'languages/' );

To
load_plugin_textdomain( 'dwqa', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );

dominic Staff
replied 8 years ago

Also, our theme have support the .po file, you can use it to translate and send me your file languages, we will update it in the next version.

Powered by DW Question & Answer Pro