Skip to content

Commit 8c81294

Browse files
committed
Merge branch 'master' of github.com:cesc1989/backendstuff
2 parents 618493a + 1c0a89a commit 8c81294

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

fixers/locale.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ See [Ask Ubuntu 1](http://askubuntu.com/a/144448/167553)
2929
3030
"Manually" fixing locales
3131
32-
A) `sudo dpkg-reconfigure locales`
33-
B) `sudo apt-get --reinstall install language-pack-en`
34-
C) `sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8`
32+
1. `sudo dpkg-reconfigure locales`
33+
2. `sudo apt-get --reinstall install language-pack-en`
34+
3. `sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8`
3535
3636
See [Ask Ubuntu 2](https://askubuntu.com/a/144244/167553)
3737
3838
## Option 3
3939
40+
> Update January 2019, This one has been working very well for me.
41+
4042
```bash
4143
$ echo export LANGUAGE=en >> ~/.profile
4244
$ echo export LC_ALL=en_US.UTF-8 >> ~/.profile

0 commit comments

Comments
 (0)