Skip to content

Feat/add translations of docs#30

Open
denisosuna wants to merge 46 commits into
devfrom
feat/add-translations-of-docs
Open

Feat/add translations of docs#30
denisosuna wants to merge 46 commits into
devfrom
feat/add-translations-of-docs

Conversation

@denisosuna

Copy link
Copy Markdown
Collaborator

No description provided.

@denisosuna denisosuna changed the base branch from dev to feat/#2#14 February 14, 2022 20:08
Comment thread docs/es/GIT.es.md Outdated
Comment thread docs/es/GIT.es.md Outdated
denisosuna and others added 2 commits February 21, 2022 20:24
Co-authored-by: Israel Antonio Rosales Laguan <[email protected]>
Co-authored-by: Israel Antonio Rosales Laguan <[email protected]>
Comment thread docs/es/STYLEGUIDE.es.md Outdated
Base automatically changed from feat/#2#14 to dev February 22, 2022 06:18
Co-authored-by: Israel Antonio Rosales Laguan <[email protected]>
Comment thread docs/es/STYLEGUIDE.es.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread docs/en/INSTALLATION.md Outdated
denisosuna and others added 3 commits February 28, 2022 17:55
Co-authored-by: Víctor Peña <[email protected]>
Co-authored-by: Víctor Peña <[email protected]>

@heliomar-pena heliomar-pena left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes! I have noticed some little things and I left a comment in this review

Comment thread docs/es/STYLEGUIDE.es.md
## Tabulaciones y sangría

* No use el carácter de tabulación, use espacios en su lugar
* El tamaño de la pestaña es de 2 espacios

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"El tamaño de cada tabulación" o "cada sangría" creo que se entiende más que espacio de cada pestaña

Comment thread docs/es/STYLEGUIDE.es.md

* No use el carácter de tabulación, use espacios en su lugar
* El tamaño de la pestaña es de 2 espacios
* La sangría es de 1 tamaño de pestaña (2 espacios)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Siento que esto es confuso. Entonces la sangría y la pestaña son lo mismo, por qué diferenciarlo?

Comment thread docs/es/STYLEGUIDE.es.md
* No use el carácter de tabulación, use espacios en su lugar
* El tamaño de la pestaña es de 2 espacios
* La sangría es de 1 tamaño de pestaña (2 espacios)
* La sangría de continuación es de 1 tabulación

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya aquí me perdí, no estoy seguro de qué es una tabulación, qué es un espacio y qué es una sangría.

Atrás creo que se mencionó que no usaremos tabulaciones?

Comment thread docs/es/STYLEGUIDE.es.md
* Las líneas vacías no deben llevar sangrías
* Se pueden agregar líneas en blanco para facilitar la lectura
* Se permiten 2 líneas en blanco consecutivas
* Las ramas `case` en las sentencias switch deben estar sangradas

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

En mi caso no conozco el término "sangrado" en este contexto, y buscarlo en google se me dificultaría. Existe alguna otra forma de expresarlo?

Comment thread docs/es/STYLEGUIDE.es.md
Comment on lines +56 to +57
++ const foo = 'just a string';
-- const bar = "I'm using single quotes inside";

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No me queda claro por qué uno tiene "++" y otro "--", por lo que yo entiendo eso podría significar que se añadió una línea y se borró la otra, pero creo que no es la intención. Pueden validar?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si, creo que es como decir "esto esta bien" (++) contra "esto esta mal, borralo" (--)

Comment thread docs/es/STYLEGUIDE.es.md
Comment on lines +65 to +78
async function foo() {
const bar = await fetchBar();

if (!!bar) {
doSomething();
}
}

// Pero esto no
async function foo() {
const bar = await fetchBar();

if (!!bar) doSomething();
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add code block

//example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants