wire-elements / spotlight

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
MIT License
925 stars 72 forks source link

Making the prompt translatable #18

Closed ekandreas closed 3 years ago

ekandreas commented 3 years ago

We want to use this component in a swedish environment and need to translate the phrase "What do you want to do?" in our language for our users. This should not make any difference to not translated phrase.

PhiloNL commented 3 years ago

Hi @ekandreas I've added translation support (https://github.com/livewire-ui/spotlight/commit/ce606cbc9304d95d26f20b4fe6982c907af8d49d) which will be part of the 1.0.0 release.