Document need for assetName/macroName/topicName
This commit is contained in:
parent
a4af4a76b3
commit
d8b8d9b68d
1 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,15 @@ our $I18N = { ##hashref of hashes
|
|||
lastUpdated => 1131394072,
|
||||
context => q|Provide some context to let the translator know what this message is used for.|
|
||||
},
|
||||
|
||||
#If the help file documents an Asset, it must include an assetName key
|
||||
#If the help file documents an Macro, it must include an macroName key
|
||||
#For all other types, use topicName
|
||||
'assetName' => {
|
||||
message => q|My Asset|,
|
||||
lastUpdated => 1131394072,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue