From d8b8d9b68d448231866dd9a498937365fd275650 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 10 Dec 2005 23:36:52 +0000 Subject: [PATCH] Document need for assetName/macroName/topicName --- lib/WebGUI/i18n/English/_i18n.skeleton | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/WebGUI/i18n/English/_i18n.skeleton b/lib/WebGUI/i18n/English/_i18n.skeleton index cf732820b..04dc9db94 100644 --- a/lib/WebGUI/i18n/English/_i18n.skeleton +++ b/lib/WebGUI/i18n/English/_i18n.skeleton @@ -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;