Last modified: 2006-07-13 21:43:48 UTC
Please find below a unified diff to extensions/Cite/SpecialCite.i18n.php version 15300 adding Dutch (Nl)strings. --- SpecialCite.i18n.php Thu Jul 13 13:06:56 2006 +++ SpecialCite.i18n-15300-patched.php Thu Jul 13 13:06:56 2006 @@ -32,4 +32,10 @@ 'cite_page' => 'Halaman:', 'cite_submit' => 'Kutip', ); +$wgSpecialCiteMessages['en'] = array( + 'cite_article_link' => 'Citeer dit artikel', + 'cite' => 'Citeerhulp', + 'cite_page' => 'Pagina:', + 'cite_submit' => 'Citeer', +); ?>
Please use SVN diff to generate patch file and attach them to bugs using the attachment feature. That patch doesn't look correct to me; surely the ['en'] ought to be ['nl']?
Created attachment 2076 [details] patch for SpecialCite.i18n.php Thanks for the input, Rob. I did a checkout, fixed 'en' to 'nl' and created a patch.
r15584.