Re: Bulgarian translation of git
From: Jiang Xin <hidden>
Date: 2016-06-15 22:53:03
2012/2/13 Junio C Hamano [off-list ref]:
Jiang Xin [off-list ref] writes:quoted
quoted
Somebody needs to eyeball this commit before anything else happens on top of it, so that if there is a glaring mistake it can be caught before it spreads to affect work by translators for various languages.So please check this commit with the updated pot file: ...
Please check this commit with the updated pot file: https://github.com/gotgit/git-po/commit/master%5E ( The commit with the amended commit message can be access using the above URL, no longer how this commit is ammended latter.)
As far as I can tell, this adds git.pot while removes the entry to remove it from po/.gitignore (because now it is a tracked file), but there is no description on how this file was generated in the log message. Please give a short description to the effect that it was mechanically created by running xgettext on the sources as of b6b3b6a (Update draft release notes to 1.7.10, 2012-02-10), or something like that.
I add a prefix 'l10n:' to the new amended commit log, is it OK?
$ git show --stat master^
commit b55102542911326e8191500ff6f53a2e1d52e504
Author: Jiang Xin [off-list ref]
Date: Mon Feb 13 14:37:59 2012 +0800
l10n: initial git.pot for 1.7.10 upcoming release
The file 'po/git.pot' is generated using the command 'make pot'
against git v1.7.9-209-gb6b3b (Update draft release notes to 1.7.10).
Also removed the entry po/git.pot from po/.gitignore, since it is a
tracked file.
Signed-off-by: Jiang Xin [off-list ref]
po/.gitignore | 1 -
po/git.pot | 3431 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 3431 insertions(+), 1 deletions(-)
--
Jiang Xin