Results 17 comments of nana

I did try this but this does not seem to work as well. I have a barebones `` and a `disconnect()`

~This is no where close to a PR~ ~But~ Here it goes. https://github.com/Aadhinana/walletkit/tree/i18n it takes a new optional prop on `WalletKitProvider` itself - `langOptions` which takes the different language options...

These are the steps I followed to get this working in local env for dev. I changed the `packages/walletkit/package.json` to keep watching the files. ```json "build" : "tsc -w" ```...

`i18next-browser-languagedetector` this already does that I guess? `i18n.language` can be used to read it from the browser and set it accordingly. But we might need to include the corresponding files...

Yes if the `langOptions` are left empty then by default it shows only english as the sole option. like this ![wihtoutLangOptions](https://user-images.githubusercontent.com/22261173/138132228-0f429dd2-13e2-4fc4-927a-22c27fb7ba19.gif) I thought I'll ask you about the styling. Since...

I think there are still a few bugs currently like fresh installation of mathwallet didn't get recognised even after clicking the refresh button. But they are still working on this...

#85 I tried doing this in with `wallet-adpater`. Let me know what you think. :smile:

I did run `yarn lint:fix` and nothing changes. works fine. any suggestions?

Why don't we try building it? Could be a fun exercise?

I believe this is an issue arising from using vite. `BROWSER= npm run dev` also doesn't seem to get rid of this