tobytwigger / laravel-translate

Supercharged instant translations for any Laravel project.
https://tobytwigger.github.io/laravel-translate
MIT License
6 stars 9 forks source link

Clarify translations returning null #18

Closed tobytwigger closed 4 years ago

tobytwigger commented 4 years ago

Resolves #8

Add to the documentation to clear up what happens if translators fail (return null). Also defaulted the helper functions, and therefore the blade template, to return the original string if translation fails.