Skip to content

Commit

Permalink
Fix locale setup (#463)
Browse files Browse the repository at this point in the history
* Fix locale setup

resolve #462

* Change in other languages
  • Loading branch information
ajdubovoy authored Apr 5, 2024
1 parent 0d1e0fc commit a3a9c61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _partials/es/windows_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ Por favor, ejecuta estas líneas en tu terminal.

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

Expand Down
2 changes: 1 addition & 1 deletion _partials/fr/windows_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ Veuillez exécuter ces lignes dans ton terminal.

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

Expand Down
2 changes: 1 addition & 1 deletion _partials/pt/windows_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ Por favor, executa estas linhas no teu terminal.

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

Expand Down
2 changes: 1 addition & 1 deletion _partials/windows_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ Please, run this lines in your terminal.
```bash
sudo update-locale LANG=en_US.UTF8
sudo apt-get update
sudo apt-get install language-pack-en language-pack-en-base manpages
exec zsh
```
</details>
Expand Down

0 comments on commit a3a9c61

Please sign in to comment.