1
0
mirror of synced 2026-01-21 15:01:02 -05:00

New translation batch for es (#27843)

* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/fix-translation-errors.js

* Run script/i18n/lint-translation-files.js --check rendering

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=es

* run script/i18n/reset-known-broken-translation-files.js

* Check in es CSV report

Co-authored-by: Grace Park <gracepark@github.com>
This commit is contained in:
docubot
2022-05-19 18:11:52 -04:00
committed by GitHub
parent 5f211a9f9e
commit 3cfce4012f
60 changed files with 250 additions and 150 deletions

View File

@@ -24,6 +24,7 @@ You can work with {% data variables.product.prodname_codespaces %} in the {% da
- [Delete a codespace](#delete-a-codespace)
- [SSH into a codespace](#ssh-into-a-codespace)
- [Open a codespace in {% data variables.product.prodname_vscode %}](#open-a-codespace-in-visual-studio-code)
- [Open a codespace in JupyterLab](#open-a-codespace-in-jupyterlab)
- [Copying a file to/from a codespace](#copy-a-file-tofrom-a-codespace)
- [Modify ports in a codespace](#modify-ports-in-a-codespace)
- [Access codespace logs](#access-codespace-logs)
@@ -113,6 +114,12 @@ gh codespace code -c <em>codespace-name</em>
For more information, see "[Using {% data variables.product.prodname_codespaces %} in {% data variables.product.prodname_vscode %}](/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code)."
### Open a codespace in JupyterLab
```shell
gh codespace jupyter -c <em>codespace-name</em>
```
### Copy a file to/from a codespace
```shell