flowern
flowern
Thank you @arkin- , it helped me.
@nick-jonas I guess you can go like this: `watch: { transcriptionsFirestoreRef: function (newVal, oldVal) { // code } }`
@webcoderkz did you find a solution for that meanwhile?
I tried disabeling `detectBrowserLanguage` but problem seems to persist.
Is this topic still being worked on? Experienced performance issues within an multi-language application with about 1100 routes as well.
@jbaldivieso it may not fit to your needs/setup but I implemented it myself. I have a nuxt application where gettext is initialized within a plugin and if I change the...
Hi @Zachiah this is how my config looks likes now. All `unit.spec.*` files are running with happy-dom and all `nuxt.spec.*` files with nuxt (using also happy-dom afaik). ```js import {...