On Wed, Feb 1, 2012 at 16:50, Jiang Xin <worldhello.net@xxxxxxxxx> wrote: > Git can speak Chinese now. That's very nice, and it passes the msgfmt --check test as well, so all looks good. As an aside doesn't the bug / workaround described in https://github.com/git/git/blob/master/gettext.c#L35 impact chinese especially badly? I'd expect any place where we use strerror() to show up as total gibberish. Nothing to be done about that though than providing non-broken printf functions though, just curious. > +#: wt-status.c:207 > +msgid "bug" > +msgstr "bug" It also looks like we could do away with making this available for translation, and it should actually be something like "if you see this report a bug in Git" instead. -- 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