Ryohei Tokimura
asked 8 years ago

Today, I purchased and upgrade installed to DW Question & Answer Pro WordPress Plugin.
But Transliation is not working.

Until yesterday, I was using the Japanese translation files that I created.
Because it will update is necessary, to modify the contents.
However, not recognized.

Maybe, there is no problem in how to create a language file.
In the case of Japanese, I wonder there is that it does not read the language file?

This file is the file for the Japanese.

https://dl.dropboxusercontent.com/u/16976971/tmp/dwqa-ja.po
https://dl.dropboxusercontent.com/u/16976971/tmp/dwqa-ja.mo

I am not a professional translator, but I think that’s enough.
I’ll give this file to you. Happy and us to adopt the official if possible.

Here is my site.
http://madnesslabo.net/utage/?dwqa-question=%E3%83%86%E3%82%B9%E3%83%88

On top-right, Button on the "Subscribe, Edit, Delete" become only text, not gui.
Will this be a relationship?

2 Answers
DominicStaff
answered 8 years ago

Thanks for your files. About this issue, we are checking it. To resolve this issue, you can try to add the following code to the functions.php file

function pu_change_language( $locale )
{
    return 'dwqa-ja';
}
add_filter( 'locale', 'pu_change_language');

Note: In the latest version and Pro version, we have lost some words. After added the code, please check it and let me know if you have any issue.
We will fix and update the works into the language file.
Hope this helps!

Ryohei Tokimura
answered 8 years ago

Thank you.
But I have returned to the old version.
At a later date, also I think let’s test.

dominic Staff
replied 8 years ago

Yes, please let me know if you have any issue or question.

Powered by DW Question & Answer Pro