Skip to content

Commit e599e1c

Browse files
committedOct 3, 2011
Add an i18n namespace for the TimeField form plugin.
1 parent c17d9aa commit e599e1c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package WebGUI::i18n::English::Form_TimeField;
2+
3+
use strict;
4+
5+
our $I18N = {
6+
7+
'invalid time' => {
8+
message => q|Invalid time|,
9+
lastUpdated => 0,
10+
context => q|Flag for when a time cannot be parsed.|
11+
},
12+
13+
};
14+
15+
1;

0 commit comments

Comments
 (0)
Please sign in to comment.