Christian Stimming writes: > Similar to the discussion in git-gui, all user-visible strings are > passed through the [mc ...] procedure to have them translated by msgcat. > > Signed-off-by: Christian Stimming <stimming@xxxxxxx> > --- > @Paul: Are you interested in applying this? If yes, I'd happily Yes, it doesn't look too bad. The patch seemed to be line-wrapped and whitespace-damaged, though. > provide the Makefile rules for string extraction and translation > catalog updates, but I'd like to hear a proposal or decision on where > to place them. Should the po files for translation go into the po/ > subdirectory? And then a proposal/decision of where to install the > compiled .msg catalogs will be necessary. Yes indeed. Junio? Is it possible to include the translations, or at least the more common translations, in the Tcl code itself? So far I have managed to have gitk be self-contained, in that it doesn't need any external data files, which simplifies installation and is a useful attribute in some situations. Also I would want to be sure that gitk wouldn't crash or fail to function if it can't find its message catalogs. Paul. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html