Add top story subtitle to match the spec.

This commit is contained in:
Colin Kuskie 2009-03-19 17:32:48 +00:00
parent 26d87bf607
commit e06d53c122
5 changed files with 18 additions and 2 deletions

View file

@ -93,6 +93,12 @@ our $I18N = {
lastUpdated => 0,
},
'topStorySubtitle' => {
message => q|The subtitle of the top story.|,
context => q|Template variable.|,
lastUpdated => 0,
},
'topStoryCreationDate' => {
message => q|The epoch date when the top story was created, or submitted, to its Story Archive.|,
context => q|Template variable.|,