Last active
April 16, 2016 07:49
-
-
Save richjenks/ff8e2f1587f874983cb9b79454295d77 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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