Just putting this as a reminder to myself really.
Need to cleanup front-end translation system (/translations endpoint).
It's a badly-done system, inefficient system.
Instead only the translations used should land in the browser. Insert those via standard tags then parse out with standard JS. Translations could be defined near where but have blade stacks gather these into a common location.
Just putting this as a reminder to myself really.
Need to cleanup front-end translation system (
/translationsendpoint).It's a badly-done system, inefficient system.
Instead only the translations used should land in the browser. Insert those via standard tags then parse out with standard JS. Translations could be defined near where but have blade stacks gather these into a common location.