| 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