Not all languages use (Re) for replies it must be translated

Having a question about translating phpBB3? Want to discuss and collaborate with people currently translating phpBB3? Here would be the correct place to do so.
Anti-Spam Guide
hubaishan
Translator
Posts: 155
Joined: Sun Apr 10, 2011 2:47 pm
Name: Saeed Hubaishan

Not all languages use (Re) for replies it must be translated

Post by hubaishan »

Not all languages use (Re) for replies, Why it is not in language files. It must included in language files and must be translated
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10268
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: Not all languages use (Re) for replies it must be transl

Post by _Vinny_ »

To translate, open posting.php and find:
$post_data['post_subject'] = ((strpos($post_data['post_subject'], '[b]Re:[/b] ') !== 0) ? '[b]Re:[/b] ' : '') . censor_text($post_data['post_subject']);
Change only the highlight in bold.

For quick reply, open viewtopic.php, find:
'SUBJECT' => '[b]Re:[/b] ' . censor_text($topic_data['topic_title']),

Anyway, you can request it be changed to the language variable in: http://tracker.phpbb.com/
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: Not all languages use (Re) for replies it must be transl

Post by 3Di »

there is a reason why developpers did that .. think about. the OP it's just nitpicking IMO.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

Return to “[3.0.x] Translations”