Last active
August 29, 2015 14:13
-
-
Save andrewslince/b46824a7d560c2d24d2a to your computer and use it in GitHub Desktop.
configure portuguese (brazil) locales
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
open the terminal e run the commands: | |
$ sudo locale-gen en_US en_US.UTF-8 pt_BR.UTF-8 | |
$ sudo dpkg-reconfigure locales | |
credits by: http://mariano.eng.br/erro-cannot-set-lc-all-to-default-locale/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment