Skip to main content
Topic: [RC2] $txt['split'] = 'Split'; (Read 1760 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[RC2] $txt['split'] = 'Split';

Me again!  :-[

It seems the line:

Code: [Select]
$txt['split'] = 'Split';

...in index.english.php isn't used for the stuff shown in the screenshot?  :o  I changed it to "Geteilt" (which means "topic is splitted") as part of my translation, which differs from "Teilen" (which is "to split" in english), but nothing happens.

Re: [RC2] $txt['split'] = 'Split';

Reply #1

Code: [Select]
	$msgOptions = array(
'subject' => $txt['split'] . ': ' . strtr(Util::htmltrim(Util::htmlspecialchars($subject)), array("\r" => '', "\n" => '', "\t" => '')),
It is used, to create and save the subject, so if you changed it after you split the topic it will not change.
I'm saying this because I see at transifex that is translated as TEILEN, so I'm not sure if you changed it before or after. ;)
Bugs creator.
Features destroyer.
Template killer.

Re: [RC2] $txt['split'] = 'Split';

Reply #2

I changed it after I splitted the thread. Thanks for the explanation. 

 

Re: [RC2] $txt['split'] = 'Split';

Reply #3

No problem. ;D
Bugs creator.
Features destroyer.
Template killer.