Can anybody commit my Dutch translations for this one please?
On 02/14/2010 03:59 PM, Naoki Takezoe (JIRA) wrote:
[
https://issues.apache.org/jira/browse/CLK-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833575#action_12833575
]
Naoki Takezoe commented on CLK-624:
-----------------------------------
I committed Japanese translation to DateField into SVN trunk.
http://svn.apache.org/viewvc?view=revision&revision=910014
Add missing translations for Date Field
---------------------------------------
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
Assignee: Bob Schellink
Fix For: 2.2.0
Attachments: CLK-624-calendar-1.0.2.patch, CLK-624.patch
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"
}