mirror of https://github.com/CrimsonTome/tldr.git
style-guide: document conjugation of descriptions in Spanish (#11995)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>pull/23/head
parent
d2803b17f6
commit
69693b3c80
|
@ -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.
|
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.
|
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:
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue