Skip to content

Instantly share code, notes, and snippets.

@judoole
Created March 24, 2014 13:22
Show Gist options
  • Save judoole/9739959 to your computer and use it in GitHub Desktop.
Save judoole/9739959 to your computer and use it in GitHub Desktop.
Norwegian Locale for bash
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
export LANG="no_NO.UTF-8"
export LC_CTYPE="no_NO.UTF-8"
export LC_NUMERIC="no_NO.UTF-8"
export LC_TIME="no_NO.UTF-8"
export LC_COLLATE="no_NO.UTF-8"
export LC_MONETARY="no_NO.UTF-8"
export LC_MESSAGES=en_GB.UTF-8
export LC_PAPER="no_NO.UTF-8"
export LC_NAME="no_NO.UTF-8"
export LC_ADDRESS="no_NO.UTF-8"
export LC_TELEPHONE="no_NO.UTF-8"
export LC_MEASUREMENT="no_NO.UTF-8"
export LC_IDENTIFICATION="no_NO.UTF-8"
export LC_ALL=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment