alaouy / YouTube

🔥 Laravel PHP Facade/Wrapper for the Youtube Data API
MIT License
778 stars 204 forks source link

Add __('string') to enable other languages. #167

Closed halotukozak closed 3 years ago

halotukozak commented 3 years ago

Change 'The supplied URL does not look like a Youtube URL.' to __('The supplied URL does not look like a Youtube URL.') will be enough.

alaouy commented 3 years ago

Done here https://github.com/alaouy/Youtube/pull/168 @halotukozak Thank you!