fixing date duration i18n
This commit is contained in:
parent
0c2ca8184c
commit
47419b9602
3 changed files with 51 additions and 7 deletions
|
|
@ -4211,6 +4211,48 @@ Users may override this setting in their profile.
|
|||
context => q{i18n label for YUI paginator},
|
||||
},
|
||||
|
||||
'years' => {
|
||||
message => q{years},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'months' => {
|
||||
message => q{months},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'weeks' => {
|
||||
message => q{weeks},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'days' => {
|
||||
message => q{days},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'hours' => {
|
||||
message => q{hours},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'minutes' => {
|
||||
message => q{minutes},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'seconds' => {
|
||||
message => q{seconds},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue