laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

Make translation helpers return stringable #2559

Open abenerd opened 3 years ago

abenerd commented 3 years ago

Make translation helpers, such as __() and trans_choice() return a \Illuminate\Support\Stringable instance so that strings can be altered more easily inside of templates.