Skip to main content

Bug Tracker

Side navigation

#2151 closed enhancement (invalid)

Opened January 11, 2008 06:16PM UTC

Closed February 05, 2010 08:33PM UTC

Dutch translation for Date methods

Reported by: davidserduke Owned by: joern
Priority: minor Milestone: 1.2.2
Component: plugin Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

Originally reported by remco.wendt, Sep 15, 2007 on Google Issues forum:

Hi I've made a dutch translation for the date methods in /plugins/methods/ may be useful to othters..

Sorry to post it like this but google generates a server error when I attach a file:

Contents of date_nl.js:

// date localization for locale 'nl'
// generated by Jörn Zaefferer using Java's java.util.SimpleDateFormat
// adapted by Remco Wendt to add Dutch translation
Date.dayNames = ['Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag',
'Vrijdag', 'Zaterdag'];
Date.abbrDayNames = ['Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'];
Date.monthNames = ['Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni',
'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'];
Date.abbrMonthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul',
'Aug', 'Sep', 'Okt', 'Nov', 'Dec'];
Attachments (0)
Change History (2)

Changed October 13, 2009 12:23AM UTC by dmethvin comment:1

owner: → joern

Changed February 05, 2010 08:33PM UTC by john comment:2

resolution: → invalid
status: newclosed

Please file plugin bugs with the appropriate author on their bug tracker.