Add an i18n namespace for the TimeField form plugin.

This commit is contained in:
Colin Kuskie 2011-10-03 14:39:49 -07:00
parent c17d9aa394
commit e599e1ca97

View 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;