typo
This commit is contained in:
parent
58627c47d3
commit
caaaa2cbef
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ cat /usr/share/i18n/SUPPORTED
|
|||
Choose the locale you prefer, and run:
|
||||
|
||||
```shell
|
||||
locale="CHOSENLOCALE" ; ! grep -q "^$locale" /etc/locale.gen && echo "$locale" | sudo tee -a '/etc/locale.gen'
|
||||
# locale="CHOSENLOCALE" ; ! grep -q "^$locale" /etc/locale.gen && echo "$locale" | sudo tee -a '/etc/locale.gen'
|
||||
# For EXAMPLE:
|
||||
#locale="es_CR.UTF-8 UTF-8" ; ! grep -q "^$locale" /etc/locale.gen && echo "$locale" | sudo tee -a '/etc/locale.gen'
|
||||
locale="es_CR.UTF-8 UTF-8" ; ! grep -q "^$locale" /etc/locale.gen && echo "$locale" | sudo tee -a '/etc/locale.gen'
|
||||
```
|
||||
|
||||
You can add as many locales as you want.
|
||||
|
|
Loading…
Reference in a new issue