Adding Arbitrary Translation Lines With addLines | Laravel 5: String Translation Public API
The addLines method can be used to add arbitrary translation lines to the translator's translation lines collection for the provided locale. This method can be used to add translation lines at runtime in response to dynamic conditions within your...