Add i18n stubs to reduce warning messages.

This commit is contained in:
Martin Kamerbeek 2010-05-06 13:53:14 +02:00
parent 6aa9df2170
commit b46f283f31
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
package WebGUI::i18n::English::AssetAspect_Mailable;
use strict;
our $I18N = {
};
1;

View file

@ -0,0 +1,10 @@
package WebGUI::i18n::English::Asset_NewsletterCollection;
use strict;
our $I18N = {
};
1;