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

Arregla el paso de copiar archivos cuando crea proyecto para solo copiar la idioma elegido #1413

Closed
unjust opened this issue Jun 23, 2023 · 0 comments · Fixed by #1425
Closed
Assignees
Labels
bug Error que necesita arreglo enhancement New feature or request

Comments

@unjust
Copy link
Contributor

unjust commented Jun 23, 2023

Ahora create-cohort-project script maneja archivos README de espanol (README.md por defecto) y de portugues (README.pt.md) y solo copia una version al proyecto final. Los otros archivos de documentación (por ejemplo GETTING_STARTED en burger-queen-api) estan copiado por completo, no importa la idioma.

Anteriormente este fue suficiente porque solo tuvimos GETTING_STARTED.md en español entonces solo hay https://github.com/Laboratoria/DEV001-burger-queen-api - ahora que podemos tener varios documentacion en los dos idiomas deberiamos manejar eso y solo copiar la idioma elegido - para no tener este situacion
https://github.com/Laboratoria/DEV005-burger-queen-api/tree/main/guides.

La logica para arreglar empieza aqui
https://github.com/Laboratoria/bootcamp/blob/e4082596eb6654e5dae45392b3e5fa911f314f64/scripts/create-cohort-project.mjs#L81

@unjust unjust added bug Error que necesita arreglo enhancement New feature or request labels Jun 23, 2023
@unjust unjust self-assigned this Jun 23, 2023
@mfdebian mfdebian linked a pull request Jul 7, 2023 that will close this issue
@unjust unjust added this to the v8.5.0 Follow up C# milestone Mar 7, 2024
@unjust unjust removed this from the v8.6.0 milestone Mar 21, 2024
@unjust unjust closed this as completed Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Error que necesita arreglo enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant