Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Question] How to translate QnA?
sandernik
New
Hi to all once again! While translating QnA plugin faced this problem - Can't translate word "Question" (in image atached to this post is shown what I mean). Thanks in advance!
Tagged:
0
Comments
see
$Definition['Q&A Accepted'] = 'Answered ✓';
so you could do
$Definition['Q&A Question'] = 'Question';
grep is your friend.
@x00 Thank very much for support, helped me very much!