Add the new timeUpdated variable to the template, along with i18n phrase support.
This commit is contained in:
parent
b5889146d3
commit
ae4c57a7f0
2 changed files with 11 additions and 0 deletions
Binary file not shown.
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue