Last active
September 19, 2016 06:44
-
-
Save anddam/c0809e93f71a4d8637e4da8c2f787606 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
me@swab:~$ sudo ag en_US.UTF-8 /etc/ | |
/etc/locale.gen | |
154:en_US.UTF-8 UTF-8 | |
/etc/fish/config.fish | |
17: set -gx LANG en_US.UTF-8 | |
me@swab:~$ sudo ag LC_MESSAGES /etc | |
/etc/init/mountall.conf | |
41: export LANG LANGUAGE LC_MESSAGES LC_ALL | |
/etc/lynx/lynx.cfg | |
3660:# LC_ALL is set, overriding LANG (as well as the more apt LC_MESSAGES variable). | |
a | |
/etc/init.d/quota | |
39: if LC_MESSAGES=C $on -ap | grep -q "is on"; then | |
/etc/default/locale | |
4:LC_MESSAGES=C.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment