Add the new timeUpdated variable to the template, along with i18n phrase support.

This commit is contained in:
Colin Kuskie 2009-03-07 00:52:48 +00:00
parent b5889146d3
commit ae4c57a7f0
2 changed files with 11 additions and 0 deletions

View file

@ -270,6 +270,17 @@ our $I18N = {
lastUpdated => 0,
},
'ago' => {
message => q|ago|,
context => q|As in the phrase, Last updated 3 hours ago.|,
lastUpdated => 0,
},
'storageId tmplvar' => {
message => q|The photo JSON blob from the Story asset.|,
lastUpdated => 0,
},
};
1;