Wrong dutch native language name

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
leen

Wrong dutch native language name

Post by leen »

Hi Wishy,

The dutch native language name is wrong. Instead of 'Nederlander' (translated: dutchman), this should be 'Nederlands' (translated: Dutch).

Here's a diff:

Code: Select all

Index: lang/nl_NL.nls.php
===================================================================
--- lang/nl_NL.nls.php	(revision 619)
+++ lang/nl_NL.nls.php	(working copy)
@@ -28,7 +28,7 @@
 #Dutch (Netherlands)
 
 #Native language name
-$nls['language']['nl_NL'] = 'Nederlander';
+$nls['language']['nl_NL'] = 'Nederlands';
 $nls['englishlang']['nl_NL'] = 'Dutch';
 
 #Possible aliases for language
I did not find the name of the translator, so I post it here.

Cheers,

Leen
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Wrong dutch native language name

Post by Ted »

Doh. That was my fault. Can you tell I'm not a Dutch speaker? :) I'll fix it.

Thanks!
Thijs

Wrong dutch native language name

Post by Thijs »

Bedankt! Bij de volgende update zet ik m'n naam erin :wink:
(I'll add my name to the language file at the next update)
leen

Wrong dutch native language name

Post by leen »

wishy wrote:Can you tell I'm not a Dutch speaker?
Really? I couldn't tell from your tongue... ;)
:) I'll fix it.
Thanks,

Leen
leen

Wrong dutch native language name

Post by leen »

Thijs wrote:Bij de volgende update zet ik m'n naam erin :wink:
(I'll add my name to the language file at the next update)
Goed idee! ;) (good idea!)

Groetjes,

Leen
Bewbs

Wrong dutch native language name

Post by Bewbs »

Hallo kerels, gaat wat verder hierbinnen?
leen

Wrong dutch native language name

Post by leen »

Bewbs wrote:gaat wat verder hierbinnen?
:} Uhhmm... this seems not to be a well-formed dutch sentence... As this is an English spoken mailinglist, could you please elaborate in English? :)

Cheers,

Leen
Post Reply

Return to “Developers Discussion”