Astrotomic / laravel-translatable

A Laravel package for multilingual models
https://docs.astrotomic.info/laravel-translatable/
MIT License
1.22k stars 152 forks source link

Accept $locale in withTranslation scope #413

Closed pyrou closed 1 week ago

pyrou commented 2 weeks ago

Under some circonstance we want to preview some data in language that are not the current one. But however want to benefit the fallback mechanism.

This PR add ability to specify the locale we want.

Model::query()->withTranslation("de")->get();

As the param is optional, this PR doesn't include breaking changes

Gummibeer commented 1 week ago

https://github.com/Astrotomic/laravel-translatable/releases/tag/v11.14.0