RSS/Atom feed Twitter
Site is read-only, email is disabled

what is the meaning of "git commit %s" ? (translation related)

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

what is the meaning of "git commit %s" ? (translation related) Cristian Secar? 05 Aug 11:01
  what is the meaning of "git commit %s" ? (translation related) Cristian Secar? 05 Aug 11:02
   what is the meaning of "git commit %s" ? (translation related) LightningIsMyName 05 Aug 13:03
    what is the meaning of "git commit %s" ? (translation related) Sven Neumann 05 Aug 20:29
Cristian Secar?
2010-08-05 11:01:07 UTC (over 14 years ago)

what is the meaning of "git commit %s" ? (translation related)

I like to know what is the meaning of this string, I don't know how to translated it:

#: ../app/version.c:132 #, c-format
msgid "git commit %s"

Cristi

Cristian Secar?
2010-08-05 11:02:26 UTC (over 14 years ago)

what is the meaning of "git commit %s" ? (translation related)

On Thu, 5 Aug 2010 12:01:07 +0300, Cristian Secar? wrote:

I like to know what is the meaning of this string, I don't know how to translated it:

#: ../app/version.c:132 #, c-format
msgid "git commit %s"

I forgot: perhaps a comment inside the .pot file would be useful.

Cristi

LightningIsMyName
2010-08-05 13:03:33 UTC (over 14 years ago)

what is the meaning of "git commit %s" ? (translation related)

Hello,

2010/8/5 Cristian Secar? :

On Thu, 5 Aug 2010 12:01:07 +0300, Cristian Secar? wrote:

I like to know what is the meaning of this string, I don't know how to translated it:

#: ../app/version.c:132 #, c-format
msgid "git commit %s"

git is the source control system which is used to store GIMP's source. The act of updating the source is called a "commit" and each such "commit" has it's unique identifier. So basically, a commit identifier is like a version number (the %s in the string will be replaced with that identifier)

I'm not sure this should be translated though, since git is a name of a tool and "commit" is a git specific term which should probably be kept untranslated (I saw the term "commit" in other non-English articles so it's probably best not to translate it).

I'll add a comment to the file as soon as I get to a non-public computer.

~ LightningIsMyName

Sven Neumann
2010-08-05 20:29:08 UTC (over 14 years ago)

what is the meaning of "git commit %s" ? (translation related)

On Thu, 2010-08-05 at 14:03 +0300, LightningIsMyName wrote:

I'm not sure this should be translated though, since git is a name of a tool and "commit" is a git specific term which should probably be kept untranslated (I saw the term "commit" in other non-English articles so it's probably best not to translate it).

Yes, please unmark the string for translation.

I'll add a comment to the file as soon as I get to a non-public computer.

Translator comments are not added to the pot file (which is generated), but directly to the C code. In this case though the message should simply not be marked for translation at all.

Sven