i18n the datepicker. fixes bug #10976.
This commit is contained in:
parent
8395d090fa
commit
bb10f0e3d0
7 changed files with 489 additions and 143 deletions
19
lib/WebGUI/i18n/English/Form_Date.pm
Normal file
19
lib/WebGUI/i18n/English/Form_Date.pm
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
package WebGUI::i18n::English::Form_Date; ##Be sure to change the package name to match the filename
|
||||
use strict;
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
'Choose a date' => {
|
||||
message => q|Choose a date|,
|
||||
lastUpdated => 1253165348,
|
||||
context => q|Label for the datepicker javascript|
|
||||
},
|
||||
|
||||
'Invalid year' => {
|
||||
message => q|Please enter a valid year.|,
|
||||
lastUpdated => 1253165348,
|
||||
context => q|Label for the datepicker javascript|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue