Skip to content

Instantly share code, notes, and snippets.

@am-on
Last active July 29, 2018 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save am-on/501ecf40fa6187bdc7738134631154d3 to your computer and use it in GitHub Desktop.
Save am-on/501ecf40fa6187bdc7738134631154d3 to your computer and use it in GitHub Desktop.
# 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