I cannot change the name of the inputs. Can you help me?
https://github.com/bezhanSalleh/filament-language-switch
I am using this package. When I try to change the language, the input names are not translated. I wonder why?
GitHub
GitHub - bezhanSalleh/filament-language-switch: A versatile and use...
A versatile and user-friendly plugin designed for Filament Panels. - GitHub - bezhanSalleh/filament-language-switch: A versatile and user-friendly plugin designed for Filament Panels.
3 Replies
Did you add the translations to your file?
It won't "magicaly" translate labels, you need to add a translation file.
lang/tr.json
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
I really forgot, thank you.