-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sessionStorage support #215
Conversation
Can you update the Readme too? |
Do you want me to close & reopen the PR or will you just pull the updated readme from the fork? Sorry, don't know my way around the more edge-case corners of github. If there's a better way, let me know. |
released in v4.3.0 |
@udf2457 I've noticed that it only appears to be working when you add
|
I think this is intended, because it is not added by default: https://github.com/i18next/i18next-browser-languageDetector/blob/master/src/index.js#L16 |
@adrai I'd love to have an opinion, but unfortunately I've moved on to other work and have not spent much time with i18next in recent months. My guess @adrai is you are probably right in your observation. I'm not exactly a JS guru, so if this relates to the code you pulled in from me, it is quite possible I omited something. P.S. Whilst I'm here, I agree with @khownz, consistency is good. If you're going to use camel-case, then use it everywhere. |
@khownz do you like to submit a PR? |
@adrai will do!
|
fyi, released in v6.0.0 |
Checklist
npm run test
Pull request for sessionStorage. I'm still a bit of a JS newbie, so I hope they're ok !