We just looked at a few ways to manage the static text translations. While each of them is good in its own space, there is no one size fits all solution. It really depends on your project and your team.
My short list of recommendations would be this:
- If you need to translate just the text and want to build your own UI - Spatie package is a good choice.
- If you need to translate the routes - Mcamara package
- If you need to translate just the text but don't want to build your UI - You can use Nikaia package or MohmmedAshraf package
- If there's a need for text and routes - look into combining the packages. For example, you can use Mcamara package and any of the remaining ones for the text.