GENL / matice

Use your Laravel translations in JavaScript.
MIT License
100 stars 16 forks source link

Support translation key with dot #4

Closed tortuetorche closed 4 years ago

tortuetorche commented 4 years ago

Add a splitKey flag to the Localization::findSentence() method

Sample:

trans('Whoops! Something went wrong.'); // -> "Oups ! Un problème est survenu."

Related issue: #3

tortuetorche commented 4 years ago

Hi @GENL,

This pull request is ready 🚀, can you review it, please?

Have a good day, Tortue Torche

GENL commented 4 years ago

Sure! Have a good day, thanks,

tortuetorche commented 4 years ago

This pull request is deprecated in favor of this new one: #5