Here's the Dutch translation

On 02/13/2010 09:22 PM, Rafal Rusin (JIRA) wrote:
Missing translations for Date Field, eg. no polish one
------------------------------------------------------

                  Key: CLK-624
                  URL: https://issues.apache.org/jira/browse/CLK-624
              Project: Click
           Issue Type: Bug
           Components: examples
     Affects Versions: 2.2.0, 2.1.0
          Environment: Apache Tomcat 6
             Reporter: Rafal Rusin


In examples, http://localhost:8080/click-examples/cayenne/cayenne-form-page.htm,
I saw problem with DateField locale, similar to one described here: 
http://issues.apache.org/jira/browse/CLK-60

I mean, after clicking date value, rendered month value is in english
(eg. FEB) . But server accepts only polish values (LUT).
The same problem shows in online examples.


// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

Date.weekdays = $w('Ma Di Wo Do Vr Za Zo');
Date.months = $w('Januari Februari Maart April Mei Juni Juli Augustus September Oktober November December');

Date.first_day_of_week = 1;

_translations = {
  "OK": "OK",
  "Now": "Nu",
  "Today": "Vandaag",
  "Clear": "Wissen"
}

Reply via email to