potsky / laravel-localization-helpers

🎌 Artisan commands to generate and update lang files automatically
GNU General Public License v3.0
187 stars 38 forks source link

LLH v2.5 cant find lemma used like __('table.smth') #67

Open binar123 opened 6 years ago

binar123 commented 6 years ago

Hi i have problem with finding all translating words in helper __()

Adding smth like '@__(\s(".")\s(,.)*)@U', to config array doesnt seems to work

Is there any option to make it work or i should change all __() to 'Lang::Get ?