GENL

Results 29 comments of GENL

I plan to add a route to update the local server-side, but also to auto-detect browser local and optionally define it as the default one. Do you have some suggestions...

In vue 3. If you want to refresh the app, store an instance of the app, then call `$forceUpdate` on that instance. ```js const MaticeMixin = { methods: { route,...

Also, I suggest you upgrade to the latest version of matice. There are no breaking changes, but improved performance and more features,

Can you share the error output if any? First check if the issue comes from Matice or inertia. If the error is related to Matice, then make sure it is...

On the links you provided, I connot interact with the local field. So it's impossible to test,

```js $setLocale(locale) { if (locale !== getLocale()) { setLocale(locale); this.$inertia.get(route('locale', {'locale': locale})); this.$inertia.reload(); } } ``` Matice is a frontend package to handle Laravel's translations. Make sure everything works fine...

Hi! Let me take a look,

Are you using the CDN or the NPM package ?

Are you still having the same problem with this version?