Add an i18n namespace for the TimeField form plugin.
This commit is contained in:
parent
c17d9aa394
commit
e599e1ca97
1 changed files with 15 additions and 0 deletions
15
lib/WebGUI/i18n/English/Form_TimeField.pm
Normal file
15
lib/WebGUI/i18n/English/Form_TimeField.pm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package WebGUI::i18n::English::Form_TimeField;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'invalid time' => {
|
||||
message => q|Invalid time|,
|
||||
lastUpdated => 0,
|
||||
context => q|Flag for when a time cannot be parsed.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue