All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i18n 00/11] Mark more strings for translation
@ 2012-04-16 12:49 Nguyễn Thái Ngọc Duy
  2012-04-16 12:49 ` [PATCH i18n 01/11] Add three convenient format printing functions with \n automatically appended Nguyễn Thái Ngọc Duy
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2012-04-16 12:49 UTC (permalink / raw)
  To: git
  Cc: Ævar Arnfjörð,
	Jiang Xin, Jonathan Nieder,
	Nguyễn Thái Ngọc Duy

This series marks the following for translations

 - relative dates
 - git-help (and provide support for translating parseopt)
 - git-remote
 - git-index-pack
 - git-apply
 - git-bundle

Except git-help, other commands are chosen because they handle plural
form and I'd like to reuse gettext for that. There are a few conflicts
with topics on pu, but seem easy to resolve.

Jonathan Nieder (1):
  i18n: mark relative dates for translation

Nguyễn Thái Ngọc Duy (10):
  Add three convenient format printing functions with \n automatically appended
  i18n: parseopt: lookup help and argument translations when showing usage
  i18n: help: mark parseopt strings for translation
  i18n: help: mark strings for translation
  i18n: make warn_dangling_symref() automatically append \n
  i18n: remote: mark strings for translation
  i18n: apply: mark strings for translation
  i18n: apply: update say_patch_name to give translators complete sentence
  i18n: index-pack: mark strings for translation
  i18n: bundle: mark strings for translation

 Makefile             |    2 +-
 builtin/apply.c      |  259 ++++++++++++++++++++++++++------------------------
 builtin/fetch.c      |    4 +-
 builtin/help.c       |   58 ++++++------
 builtin/index-pack.c |  117 ++++++++++++-----------
 builtin/remote.c     |  252 ++++++++++++++++++++++++++-----------------------
 bundle.c             |   38 ++++----
 cache.h              |    6 +-
 date.c               |   95 +++++++++++--------
 generate-cmdlist.sh  |    2 +-
 git.c                |    2 +-
 help.c               |   34 ++++---
 parse-options.c      |   15 ++--
 parse-options.h      |    7 +-
 refs.c               |    1 +
 strbuf.c             |   33 +++++++
 strbuf.h             |    7 ++
 test-date.c          |    7 +-
 18 files changed, 517 insertions(+), 422 deletions(-)

-- 
1.7.3.1.256.g2539c.dirty

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-04-23 11:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-16 12:49 [PATCH i18n 00/11] Mark more strings for translation Nguyễn Thái Ngọc Duy
2012-04-16 12:49 ` [PATCH i18n 01/11] Add three convenient format printing functions with \n automatically appended Nguyễn Thái Ngọc Duy
2012-04-16 17:26   ` Jonathan Nieder
2012-04-17  8:12   ` Erik Faye-Lund
2012-04-16 12:49 ` [PATCH i18n 02/11] i18n: mark relative dates for translation Nguyễn Thái Ngọc Duy
2012-04-16 12:49 ` [PATCH i18n 03/11] i18n: parseopt: lookup help and argument translations when showing usage Nguyễn Thái Ngọc Duy
2012-04-16 17:54   ` Jonathan Nieder
2012-04-16 23:35     ` Jonathan Nieder
2012-04-16 12:49 ` [PATCH i18n 04/11] i18n: help: mark parseopt strings for translation Nguyễn Thái Ngọc Duy
2012-04-16 12:49 ` [PATCH i18n 05/11] i18n: help: mark " Nguyễn Thái Ngọc Duy
2012-04-18 19:30   ` Jonathan Nieder
2012-04-16 12:49 ` [PATCH i18n 06/11] i18n: make warn_dangling_symref() automatically append \n Nguyễn Thái Ngọc Duy
2012-04-16 12:49 ` [PATCH i18n 07/11] i18n: remote: mark strings for translation Nguyễn Thái Ngọc Duy
2012-04-16 12:50 ` [PATCH i18n 08/11] i18n: apply: " Nguyễn Thái Ngọc Duy
2012-04-16 12:50 ` [PATCH i18n 09/11] i18n: apply: update say_patch_name to give translators complete sentence Nguyễn Thái Ngọc Duy
2012-04-22 16:42   ` Zbigniew Jędrzejewski-Szmek
2012-04-23 11:33     ` Nguyen Thai Ngoc Duy
2012-04-16 12:50 ` [PATCH i18n 10/11] i18n: index-pack: mark strings for translation Nguyễn Thái Ngọc Duy
2012-04-16 12:50 ` [PATCH i18n 11/11] i18n: bundle: " Nguyễn Thái Ngọc Duy
2012-04-18 19:40 ` [PATCH i18n 00/11] Mark more " Jonathan Nieder
2012-04-22  3:24   ` Nguyen Thai Ngoc Duy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.