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.
CompanyDirectory
Re: CompanyDirectory
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.
Re: CompanyDirectory
What I can see is this module already translated.
found nl_NL in lang/ext folder for CompanyDirectory
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
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
Re: CompanyDirectory
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
Ronny
Re: CompanyDirectory
The labels are put with true/false in the output.
You could make the label translatable by modifying the following in your CD-template:
into:
You could make the label translatable by modifying the following in your CD-template:
{$customfield->name}: {$customfield->value}
into:
In the lang-file add:{$customfield->name}: {$mod->Lang($customfield->value)}
Ronny$lang['true'] = 'Waar';
$lang['false'] = 'Onwaar';