diff Lib/IMPL/Resources/Strings.pm @ 267:bbc0da7ef90e

*IMPL::Web::View refactoring
author cin
date Thu, 17 Jan 2013 02:39:44 +0400
parents 7c517134c42f
children 6dc1c369eb71
line wrap: on
line diff
--- a/Lib/IMPL/Resources/Strings.pm	Mon Jan 14 03:10:06 2013 +0400
+++ b/Lib/IMPL/Resources/Strings.pm	Thu Jan 17 02:39:44 2013 +0400
@@ -122,7 +122,7 @@
 use IMPL::Resources::Strings {
     msg_say_hello => "Hello, %name%!",
     msg_module_name => "Simple Foo class"
-}, auto => 1, locale => 'en-US';
+};
 
 sub InviteUser {
     my ($this,$uname) = @_;