m83

Results 9 comments of m83

Android 11 SDK 30 still does not list files in Documents or Downloads folder. Name: pixel_5_api_30 CPU/ABI: Google APIs Intel Atom (x86) Path: C:\Users\user\.android\avd\Pixel_5_API_30.avd Target: google_apis [Google APIs] (API level...

Does anyone know a CDK workaround until we have this feature? Links are also appriciated.

The example is on the [stackblitz link](https://stackblitz.com/edit/next-translate-error-no-router-instance?file=app%2Fpage.tsx,package.json). There are two buttons english/spanish, if you click either of them the error will occur.

I have extended [stackblitz](https://stackblitz.com/edit/next-translate-error-no-router-instance?file=app%2Fpage.tsx) with the provided [example](https://github.com/aralroca/next-translate#10-how-to-change-the-language) in next-translate docs, however it does not change the language with Link tags either. What am I missing @aralroca?

@joaopedrodcf is there a way not to include `lang` as a queryParam and use `NEXT_LOCALE` cookie?

> @meightythree I would say that is possible but I didn't tried it, just remove the part where we see the query params and check the cookie, then you shouldn't...

I haven't found a solution... started using another package [next-international](https://www.npmjs.com/package/next-international). Sorry it's not the answer you wanted to see.