worktree: mark lock strings with `_()` for translation
commitf7c35ea2a1292d581ca79d395fc978f92a3aec5b
authorStephen Manz <smanz@alum.mit.edu>
Sun, 11 Jul 2021 00:27:19 +0000 (11 00:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jul 2021 16:29:59 +0000 (14 09:29 -0700)
tree4bd1f1f9630e0ffdbae38c9c879ec3abc0069879
parentf9365c0a24b9d2346a9b2b5a24e1fa02039f23e5
worktree: mark lock strings with `_()` for translation

- default lock string, "added with --lock"
- temporary lock string, "initializing"

Signed-off-by: Stephen Manz <smanz@alum.mit.edu>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/worktree.c