From dfc47a0cd6c19f6cfd09744b059c61c72915586e Mon Sep 17 00:00:00 2001 From: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:34:22 -0500 Subject: [PATCH] contributing-guides: document preference of Spanish words in placeholders (#12693) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * contributing-guides: document preference of Spanish words in placeholders --------- Co-authored-by: VĂ­tor Henrique <87824454+vitorhcl@users.noreply.github.com> --- contributing-guides/style-guide.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 297cc335a6..342562fc52 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -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.