Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added link to the new spanish translation #256

Conversation

devictoribero
Copy link
Contributor

Added Spanish translation finally! 🎉

@ryanmcdermott
Copy link
Owner

Woo hoo, thank you for your hard work!

@ryanmcdermott ryanmcdermott merged commit 5e866b7 into ryanmcdermott:master Feb 5, 2019
@jasp402
Copy link

jasp402 commented Feb 5, 2019

Where can the issus be uploaded in the Spanish translation?

function showEmployeeList(empleados) {
    empleados.forEach(empleado => {
        const salarioEsperado = empleado.calcularSalarioEsperado();
        const experiencia = empleado.conseguirExperiencia();

        const datos = {
            salarioEsperado,
            experiencia
        };

        switch (empleado.tipo) {
            case "jefe":
                datos.portafolio = empleado.conseguirProyectosMBA();
                break;
            case "desarrollador":
                datos.enlaceGithub = empleado.conseguirEnlaceGithub();
                break;
        }

        render(datos);
    });
}

Maybe it could be like this;
showEmployeeList === mostrarListaEmpleados

@devictoribero
Copy link
Contributor Author

I'll upload them. Feel free to open issues here:
https://github.com/tureey/clean-code-javascript

And thank you for noticing this! @jasp402

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.

3 participants