Committer: akanashin
LJSUP-11857: Cyr sub domainsU trunk/cgi-bin/LJ/Widget/Shop/LeftMenu.pm
Modified: trunk/cgi-bin/LJ/Widget/Shop/LeftMenu.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Shop/LeftMenu.pm 2012-04-23 12:06:28 UTC (rev 11759) +++ trunk/cgi-bin/LJ/Widget/Shop/LeftMenu.pm 2012-04-23 12:39:47 UTC (rev 11760) @@ -45,6 +45,11 @@ url => '/shop/renameaccount.bml', is_selected => $subpage eq 'renameaccount' ? 1 : 0, }, + { + name => LJ::Lang::ml('shop.view.domainru.intro.title'), + url => '/shop/domain_ru.bml', + is_selected => $subpage eq 'domainru' ? 1 : 0, + }, ]; if ( $is_remote_sup ) {