Skip to content

Commit

Permalink
setup guides generated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 5, 2024
1 parent 38b8f8b commit 7e8cb75
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions WINDOWS.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,20 @@ Si la salida no contiene `LANG=en_US.UTF-8`, ejecute el siguiente comando en un
sudo locale-gen en_US.UTF-8
```

Si después, recibes una advertencia (`bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8)`) en tu terminal, por favor haz lo siguiente:

<details>
<summary>Generar la configuración regional<>/summary>

Por favor, ejecuta estas líneas en tu terminal.

```bash
sudo update-locale LANG=en_US.UTF8
sudo apt-get install language-pack-en language-pack-en-base manpages
exec zsh
```
</details>

Ya puedes cerrar la ventana de la terminal.


Expand Down
16 changes: 15 additions & 1 deletion WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ wsl -l -v

The locale is a mechanism allowing to customize programs to your language and country.

Let's verify that the default locale is set to english, please type this in the Ubuntu terminal:
Let's verify that the default locale is set to English, please type this in the Ubuntu terminal:

```bash
locale
Expand All @@ -392,6 +392,20 @@ If the output does not contain `LANG=en_US.UTF-8`, run the following command in
sudo locale-gen en_US.UTF-8
```

If after, you receive a warning (`bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8)`) in your terminal, please do the following:

<details>
<summary>Generate locale</summary>

Please, run this lines in your terminal.

```bash
sudo update-locale LANG=en_US.UTF8
sudo apt-get install language-pack-en language-pack-en-base manpages
exec zsh
```
</details>

You can now close this terminal window.


Expand Down

0 comments on commit 7e8cb75

Please sign in to comment.