AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Some phrases are still displayed in English after translating them via the Front-end Phrases page

3 Posts
2 Users
0 Reactions
3,082 Views
Posts: 15
 Zell
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@zell)
Eminent Member
Joined: 7 years ago
[#6961]

Hello,

first of all, thank you for this amazing plugin. I'm having this problem: even though I have typed my personal translations for lots of the phrases that appear in the forum, I am still seeing some phrases in English. Of course I have cleared the cache, both from the Dashboard and from WP Rocket, but the problem remains - even though only for a few phrases.

For example, I put my translation for "Currently viewing this topic %s %s %s." in the corresponding phrase value, but the forum keeps showing the original phrase.

Moreover, I found Italian translations that I didn't make, and I tried to change them. For example, the forum displays "RISPONDI:" instead of "REPLY:" in the post title every time someone replies to a topic. I have tried to change the translation for "REPLY:" in the Front-end Phrases page, but this hasn't had any effect. I have even tried adding a new phrase using "RISPONDI:" as Phrase_key, but this hasn't had any effect either (now I can't even delete the phrase I have created manually).

How do I solve this? Thank you very much in advance.


2 Replies
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Thank you @zell.

For example, I put my translation for "Currently viewing this topic %s %s %s." in the corresponding phrase value, but the forum keeps showing the original phrase.

This is a known issue, We've already fixed it, and the changes will be included in the next version release. 

As a temporary solution, you can edit the wp-content/plugins/wpforo/wpf-includes/functions-template.php file, find this line (2044 line):

$html .= '<p class="wpf-viewing-users"><i class="fas fa-male"></i> ' . sprintf( 'Currently viewing this topic %s %s %s.', $users, $and, $guests) . '</p>';

Change to this:

$html .= '<p class="wpf-viewing-users"><i class="fas fa-male"></i> ' . sprintf(wpforo_phrase( 'Currently viewing this topic %s %s %s.', false), $users, $and, $guests) . '</p>';

For example, the forum displays "RISPONDI:" instead of "REPLY:" in the post title every time someone replies to a topic. I have tried to change the translation for "REPLY:"

Please read this support topic: 

https://gvectors.com/forum/general-questions/forum-post-subject-reply-text/#post-10862


Posts: 15
 Zell
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@zell)
Eminent Member
Joined: 7 years ago

Thank you very much!


Share: