From 69693b3c801da3f268aafb49b69b2ca0ae632899 Mon Sep 17 00:00:00 2001 From: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:29:35 -0500 Subject: [PATCH] style-guide: document conjugation of descriptions in Spanish (#11995) Co-authored-by: K.B.Dharun Krishna --- contributing-guides/style-guide.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 9af4dde28..eae242967 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -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: +```