Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-2114 now.

B3: TRANSLATION_INFO not work (fix completed in vcs)

en/common.php is have this line:

Code: Select all
'TRANSLATION_INFO'   => '',

overall_footer.html is have:
Code: Select all
<!-- IF L_TRANSLATION_INFO --><br />{L_TRANSLATION_INFO}<!-- ENDIF -->

but this not work.


for work, I change overall_footer.html:
Code: Select all
<br />{L_TRANSLATION_INFO}



This is imposible a bug? I add this bug tracker.

Comments / History

Posted by John Hjorth (QA Team) on Nov 13th 2006, 21:57

I can confirm this report. I needed to do the same modification to overall_footer.html to get the translation info in a Danish language package right. (However I really do not understand why the coded switch does not work).

Linked ticket with changeset: r6584

Action performed by Anonymous (I am too lazy to register) on Nov 15th 2006, 15:35

Ticket details

Related SVN changesets