[PATCH 04 of 14] bookmarks: Mark some missing strings for i18n

David Soria Parra sn_ at gmx.net
Sat Oct 25 11:19:43 CDT 2008


>              for bmark, n in marks.iteritems():
>                  prefix = (n == cur) and '*' or ' '
> -                ui.write(" %s %-25s %d:%s\n" % (prefix, bmark, repo.changelog.rev(n), hexfn(n)))
> +                ui.write(_(" %s %-25s %d:%s\n") % (prefix, bmark, repo.changelog.rev(n), hexfn(n)))
>          return

This doesn't make sense, as you will never translate the displayed 
sha1's, nor do you want to
translate the bookmark name.



More information about the Mercurial-devel mailing list