Mercurial > pub > Impl
diff Lib/IMPL/Resources/StringLocaleMap.pm @ 380:1eca08048ba9
TTContext migrated to the unified localization mechanism IMPL::Resources::StringLocaleMap
author | cin |
---|---|
date | Fri, 17 Jan 2014 15:58:57 +0400 |
parents | a471e8b77544 |
children | 99ac2e19c0cc |
line wrap: on
line diff
--- a/Lib/IMPL/Resources/StringLocaleMap.pm Thu Jan 16 18:10:50 2014 +0400 +++ b/Lib/IMPL/Resources/StringLocaleMap.pm Fri Jan 17 15:58:57 2014 +0400 @@ -37,6 +37,8 @@ my $locale = Resources->currentLocale || 'default'; my $map; + warn "id: $id,\t\tlocale: $locale"; + if(not $map = $this->_maps->{$locale}) { $map = $this->LoadMap($locale,$this->_maps->{default}); if (is($map,StringMap)) {