Add i18n stubs to reduce warning messages.
This commit is contained in:
parent
6aa9df2170
commit
b46f283f31
2 changed files with 20 additions and 0 deletions
10
lib/WebGUI/i18n/English/AssetAspect_Mailable.pm
Normal file
10
lib/WebGUI/i18n/English/AssetAspect_Mailable.pm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package WebGUI::i18n::English::AssetAspect_Mailable;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
10
lib/WebGUI/i18n/English/Asset_NewsletterCollection.pm
Normal file
10
lib/WebGUI/i18n/English/Asset_NewsletterCollection.pm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package WebGUI::i18n::English::Asset_NewsletterCollection;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue