Skip to content

Commit

Permalink
Add an i18n namespace for the TimeField form plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Oct 3, 2011
1 parent c17d9aa commit e599e1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/WebGUI/i18n/English/Form_TimeField.pm
@@ -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;

0 comments on commit e599e1c

Please sign in to comment.