Bug Tracker

Modify

Ticket #2151 (closed enhancement: invalid)

Opened 5 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

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'];

Change History

comment:1 Changed 4 years ago by dmethvin

  • Owner set to joern

comment:2 Changed 3 years ago by john

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.