getsnoopy

Results 34 issues of getsnoopy

I noticed in the code, it says `mystring.toLocaleString('us-EN')`. This should be `mystring.toLocaleString('en-US')`, as the BCP 47 tag structure is `-`.

### Summary Currently, the `logIn` function, via the `redirectToLogin` function, always creates a new history entry because it uses `window.location.assign`. In some cases, we want to to be able to...

question

### Is your feature request related to a problem? Please describe. Currently, the app defaults to what it simply calls "English", but it turns out it's actually US English instead...