diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-04-24 11:32:08 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-04-24 11:32:08 +0200 |
commit | a8bd685879b07b12a1061703a745d27f564a0e75 (patch) | |
tree | 4b9a76834ab8cf7f79061b7c00cfa3263b46112a /lib/ManaTools | |
parent | 3554484d2cd127b63c0919d1cf681bf9ffb6c66c (diff) | |
download | colin-keep-a8bd685879b07b12a1061703a745d27f564a0e75.tar colin-keep-a8bd685879b07b12a1061703a745d27f564a0e75.tar.gz colin-keep-a8bd685879b07b12a1061703a745d27f564a0e75.tar.bz2 colin-keep-a8bd685879b07b12a1061703a745d27f564a0e75.tar.xz colin-keep-a8bd685879b07b12a1061703a745d27f564a0e75.zip |
Removed localization object and used the base class one
Diffstat (limited to 'lib/ManaTools')
-rw-r--r-- | lib/ManaTools/Module/Users.pm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/ManaTools/Module/Users.pm b/lib/ManaTools/Module/Users.pm index 2ef9066..8376f3e 100644 --- a/lib/ManaTools/Module/Users.pm +++ b/lib/ManaTools/Module/Users.pm @@ -161,21 +161,6 @@ sub _SharedUGUIInitialize { $self->sh_gui(ManaTools::Shared::GUI->new() ); } -has 'loc' => ( - is => 'rw', - init_arg => undef, - builder => '_localeInitialize' -); - - -sub _localeInitialize { - my $self = shift(); - - # TODO fix domain binding for translation - $self->loc(ManaTools::Shared::Locales->new(domain_name => 'userdrake') ); - # TODO if we want to give the opportunity to test locally add dir_name => 'path' -} - #============================================================= |