CompanyDirectory

Talk about new features for CMSMS and modules.
Post Reply
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: CompanyDirectory

Post by tyman00 »

Translations are dependenant on the translation team. You will have to sweet talk a Dutch member of the translations team to translate it for you.

You can put a feature request for various options for the module in the Feature Request section of the modules profile in the Forge at dev.cmsmadesimple.org.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: CompanyDirectory

Post by Coldman »

What I can see is this module already translated.
found nl_NL in lang/ext folder for CompanyDirectory
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: CompanyDirectory

Post by RonnyK »

Issue was different... The yes/no in this case is coming from logic, not from lang-files....  So the logicals, made the yes/no.

Ronny
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: CompanyDirectory

Post by RonnyK »

The labels are put with true/false in the output.

You could make the label translatable by modifying the following in your CD-template:
{$customfield->name}: {$customfield->value}

into:
{$customfield->name}: {$mod->Lang($customfield->value)}
In the lang-file add:
$lang['true'] = 'Waar';
$lang['false'] = 'Onwaar';
Ronny
Post Reply

Return to “Feature ideas”