Localizing timeAgoInWords in CakePHP
问题 In my CakePHP application, By using cake.bat i created POT files and by using PoEdit I created PO files. So by writing __('myword') i can see localized word in my application successfully. But now I need to localize "timeAgoInWords". When i run cake i18n extract , script didn't get the _dn() words in CakeTime http://api20.cakephp.org/view_source/cake-time#line-522 So i created a dummy.ctp file and copy-pasted contents from cake-time file to dummy file. I run cake script and POEdit again. And