mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #359] Summary missing for Spanish (ES) version #6256
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @josemariasola on GitHub (Mar 21, 2017).
Original GitHub issue: https://github.com/semver/semver/issues/359
The Spanish version, translated from the English ones, reads a:
Resumen
Dado un número de versión MAJOR.MINOR.PATCH, incrementar la:
versión MAJOR cuando haces cambios incompatibles en la API ,
versión MINOR cuando agregas funcionalidad de una manera compatible hacia atrás, y
versión PATCH cuando haces correcciones de bugs de una manera compatible hacia atrás.
Etiquetas adicionales para pre-release y metadata del build están disponibles como extensiones al formato MAJOR.MINOR.PATCH.
@jwdonahue commented on GitHub (Nov 29, 2017):
@josemariasola can you edit the title of this issue? It should read Summary heading missing from Spanish (ES) version.
@mojombo who's the goto person for the translations? Is that GitHub feature?
@haacked commented on GitHub (Nov 29, 2017):
The translations are in another repository: github.com/semver/semver.org
Even better, consider submitting a PR with a correction. You can edit it in the browser.