mirror of https://github.com/CrimsonTome/tldr.git
contributing-guides: document preference of Spanish words in placeholders (#12693)
* contributing-guides: document preference of Spanish words in placeholders --------- Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>pull/28/head
parent
86121fe273
commit
dfc47a0cd6
|
@ -602,3 +602,13 @@ For example, use `Lista os arquivos` instead of `Listar os arquivos`, `Listando
|
|||
```md
|
||||
- Crea un archivo en un directorio:
|
||||
```
|
||||
|
||||
- Preferably, use the word `identificador` instead of `id` in the placeholders of command examples. For example:
|
||||
|
||||
```md
|
||||
{{identificador_de_usuario}}
|
||||
```
|
||||
|
||||
*Writing prepositions is optional*
|
||||
|
||||
However, if the line of a command example exceeds the [maximum length](https://github.com/tldr-pages/tldr/blob/main/.markdownlint.json#L5), choose the word `identificador` or `id` and use it across all placeholders in the page.
|
||||
|
|
Loading…
Reference in New Issue