• Æ
    i18n: git-init "Initialized [...] repository" message · 3e5dd7e9
    Ævar Arnfjörð Bjarmason 提交于
    These messages could benefit from splitting up.  An earlier version of
    this patch began like this:
    
        const char *reinit_shared   = _("Reinitialized existing shared Git repository in %s\n");
        const char *init_shared     = _("Initialized empty shared Git repository in %s\n");
        const char *reinit_noshared = _("Reinitialized existing Git repository in %s\n");
        const char *init_noshared   = _("Initialized empty Git repository in %s\n");
    
    But in the first round of gettextization I'm aiming to keep code
    changes to a minimum for ease of review.  So just add a comment
    explaining to translators how the sprintf format gets used so they
    can cope for now if the language's grammar allows.
    Signed-off-by: NÆvar Arnfjörð Bjarmason <avarab@gmail.com>
    Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    3e5dd7e9
t0001-init.sh 8.2 KB