From b46f283f313f5472e3690316931f09327a8c76e5 Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Thu, 6 May 2010 13:53:14 +0200 Subject: [PATCH] Add i18n stubs to reduce warning messages. --- lib/WebGUI/i18n/English/AssetAspect_Mailable.pm | 10 ++++++++++ lib/WebGUI/i18n/English/Asset_NewsletterCollection.pm | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 lib/WebGUI/i18n/English/AssetAspect_Mailable.pm create mode 100644 lib/WebGUI/i18n/English/Asset_NewsletterCollection.pm diff --git a/lib/WebGUI/i18n/English/AssetAspect_Mailable.pm b/lib/WebGUI/i18n/English/AssetAspect_Mailable.pm new file mode 100644 index 0000000..c807682 --- /dev/null +++ b/lib/WebGUI/i18n/English/AssetAspect_Mailable.pm @@ -0,0 +1,10 @@ +package WebGUI::i18n::English::AssetAspect_Mailable; + +use strict; + +our $I18N = { + +}; + +1; + diff --git a/lib/WebGUI/i18n/English/Asset_NewsletterCollection.pm b/lib/WebGUI/i18n/English/Asset_NewsletterCollection.pm new file mode 100644 index 0000000..121731d --- /dev/null +++ b/lib/WebGUI/i18n/English/Asset_NewsletterCollection.pm @@ -0,0 +1,10 @@ +package WebGUI::i18n::English::Asset_NewsletterCollection; + +use strict; + +our $I18N = { + +}; + +1; +