Skip to content

Instantly share code, notes, and snippets.

@richjenks
Last active April 16, 2016 07:49
Show Gist options
  • Save richjenks/ff8e2f1587f874983cb9b79454295d77 to your computer and use it in GitHub Desktop.
Save richjenks/ff8e2f1587f874983cb9b79454295d77 to your computer and use it in GitHub Desktop.
# Make list of installed locales the same as all supported locales
sudo cp /usr/share/i18n/SUPPORTED /var/lib/locales/supported.d/local
# Generates locales
sudo locale-gen
# List installed locales
locale -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment