You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using winpty to run gpg4win from the git bash. Works like a charm. However, I noticed that changing gpg's output language does not work.
When running LANG=DE /path/to/gpg4win/gpg --version from Windows CMD prompt the output language becomes German.
However, if I run LANG=DE winpty /path/to/gpg4win/gpg --version from the git bash, the language does not change. Also doing an export LANG=DE before running winpty does also not work.
Why is that? Is it a bug or do I miss something?
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi there,
I am using winpty to run gpg4win from the git bash. Works like a charm. However, I noticed that changing gpg's output language does not work.
When running
LANG=DE /path/to/gpg4win/gpg --version
from Windows CMD prompt the output language becomes German.However, if I run
LANG=DE winpty /path/to/gpg4win/gpg --version
from the git bash, the language does not change. Also doing anexport LANG=DE
before running winpty does also not work.Why is that? Is it a bug or do I miss something?
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: