mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-23 06:01:43 -05:00
translations: should the commit messages too be translated? #80
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 @Artoria2e5 on GitHub (Sep 10, 2019).
Translating commit message guidelines is like translating every other programming guidebook: should comments, variable names, or other programming messages like commits be written in US English or in your native tongue? Proponents of US English say that it is the universal language, that localized messages may require additional or separate checkers, and that the words are supposed to be basic anyway. On the other hand, folks writing in their native tongue simply feel more comfortable doing so, and they tend to come up with better wording for commit messages and variable names in a language they are familiar with anyway.
I performed a survey of example commit languages for translations available in the repo:
The overwhelming majority seems to prefer English commit languages, but a few are using their languages while keeping the English-language type and breaking tags.
@damianopetrungaro commented on GitHub (Sep 12, 2019):
Probably we can use English as main language for the examples, but I am open to change idea.
Any tought about it?