Skip to content

Setting EN locale before performing ping #11

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

Closed
marchellodev opened this issue May 3, 2021 · 2 comments
Closed

Setting EN locale before performing ping #11

marchellodev opened this issue May 3, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@marchellodev
Copy link

Hey, as far as I understand, this plugin won't work if user's OS language is not English. I have only encountered this on Windows and Linux though, mac and mobiles seems to work just fine.

To bypass that I suggest setting the shell language to English and then executing the ping command.
Windows: chcp 437
Linux: export LC_ALL=C

@point-source
Copy link
Owner

Great suggestion. Will implement this tomorrow. Thanks!

@point-source point-source added the enhancement New feature or request label May 5, 2021
@point-source
Copy link
Owner

I have added basic support for this in 6.1.0 (released today). Let me know if it works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants