We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Need a translation | Forum

David
David Oct 16 '14

We need a translation.

This is not custom coding, but help in translation that Oxwall forgot...


In:

/ow_system_plugins/base/controllers/user_list.php


how to make:

'label' => 'Birthday: ',


like:

'label' => OW::getLanguage()->text('birthdays', 'birthday'),


BUT with space between Birthday: and (for ex.) TOMORROW or 18 Oct

i.e. I can make translation insert but can't make space.


Just look:


The Forum post is edited by David Oct 16 '14
Daisy Team
Daisy Nov 4 '14
David, try using this code: 'label' => OW::getLanguage()->text('birthdays', 'birthday') . ' ',