Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Are there any localization files?

File bbpress/bb-admin/index.php

line #32 is:

<li><?php printf('Forums started %s ago.', bb_since(get_inception())); ?></li>

but should be:

<li><?php printf(__('Forums started %s ago.'), bb_since(get_inception())); ?></li>

in order for it to be “gettext-translated”.

The file bbpress/bb-admin/index.php in the bbPress folder archive at http://sostomates.fr/projets/bbpress/bbpress.zip has been modified accordingly.

Skip to toolbar