Last active
July 29, 2018 09:32
-
-
Save am-on/501ecf40fa6187bdc7738134631154d3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# before | |
[~] locale | |
LANG=en_US.utf8 | |
LC_CTYPE=en_US.utf8 | |
LC_NUMERIC=sl_SI.UTF-8 | |
LC_TIME=sl_SI.UTF-8 | |
LC_COLLATE="en_US.utf8" | |
LC_MONETARY=sl_SI.UTF-8 | |
LC_MESSAGES="en_US.utf8" | |
LC_PAPER=sl_SI.UTF-8 | |
LC_NAME=sl_SI.UTF-8 | |
LC_ADDRESS=sl_SI.UTF-8 | |
LC_TELEPHONE=sl_SI.UTF-8 | |
LC_MEASUREMENT=sl_SI.UTF-8 | |
LC_IDENTIFICATION=sl_SI.UTF-8 | |
LC_ALL= | |
[~] localectl set-locale LANG=sl_SI.UTF-8 | |
[~] unset LANG | |
[~] source /etc/profile.d/locale.sh | |
[~] locale | |
LANG=sl_SI.UTF-8 | |
LC_CTYPE=en_US.utf8 | |
LC_NUMERIC=sl_SI.UTF-8 | |
LC_TIME=sl_SI.UTF-8 | |
LC_COLLATE="sl_SI.UTF-8" | |
LC_MONETARY=sl_SI.UTF-8 | |
LC_MESSAGES="sl_SI.UTF-8" | |
LC_PAPER=sl_SI.UTF-8 | |
LC_NAME=sl_SI.UTF-8 | |
LC_ADDRESS=sl_SI.UTF-8 | |
LC_TELEPHONE=sl_SI.UTF-8 | |
LC_MEASUREMENT=sl_SI.UTF-8 | |
LC_IDENTIFICATION=sl_SI.UTF-8 | |
LC_ALL= | |
# still failing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment