laravel-translations-checker icon indicating copy to clipboard operation
laravel-translations-checker copied to clipboard

checking keys in subdirectories

Open jakubstephan opened this issue 1 year ago • 4 comments

Hello,

Is that apckage ready to work with subdirectories in lang/ dir ?

I have lang now in subdirecotry for admin panel.

I'm usign them as: {{ __('admin/users.title') }} but translations-checker reports me an issue:

Missing the translation with key: pl.users.title -> correct is => pl/admin/users.title ????
Missing the translation with key: en.users.title

jakubstephan avatar Feb 02 '24 13:02 jakubstephan