style-guide: document conjugation of descriptions in Spanish (#11995)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Alejandro Cervera 2024-01-04 11:29:35 -05:00 committed by GitHub
parent d2803b17f6
commit 69693b3c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -527,3 +527,15 @@ To ensure that the sentence may not be confused with `start processing the web s
Example descriptions on pages in Portuguese (for both European and Brazilian Portuguese) must start with verbs in the third person singular present indicative tense. This is because the descriptions must explain what the commands do, making this the correct form to express the intended meaning.
For example, use `Lista os arquivos` instead of `Listar os arquivos`, `Listando os arquivos` or any other form.
### Spanish-Specific Rules
- The descriptions of commands and examples must be conjugated in the third person singular indicative tense. Here are a couple of examples:
```md
> Crea archivos.
```
```md
- Crea un archivo en un directorio:
```