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
On some systems at least (Linux for example) it's possible to have localized std::io::Error messages if the appropriate locale has been set using libc, and the user has the messages installed on their system. It doesn't look as though Rust reads the environment variables in order to do this by default. This proposal is that a feature be added to i18n-embed in order to do that.
The text was updated successfully, but these errors were encountered:
On some systems at least (Linux for example) it's possible to have localized
std::io::Error
messages if the appropriate locale has been set usinglibc
, and the user has the messages installed on their system. It doesn't look as though Rust reads the environment variables in order to do this by default. This proposal is that a feature be added toi18n-embed
in order to do that.The text was updated successfully, but these errors were encountered: