outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
274 stars 96 forks source link

Load translations after Nova served #31

Closed remxcode closed 3 years ago

remxcode commented 3 years ago

By this way, developers can change app locale before translation file loaded in order to choose prefered translation dynamically, not just according to the config file.

Tarpsvo commented 3 years ago

Hi!

I implemented the code into https://github.com/optimistdigital/nova-translations-loader and added it to nova-settings.

The change you requested is now available in version 2.5.5 of nova-settings.

Thanks for the suggestion! Good luck!