Also it seems this is the only .po that has this particular quirk:
$ grep -c "worktree prune" po/*.po
po/bg.po:2
po/ca.po:2
po/de.po:2
po/es.po:2
po/fr.po:3 # outlier
po/is.po:0
po/it.po:0
po/ko.po:2
po/pt_PT.po:2
po/ru.po:2
po/sv.po:2
po/vi.po:2
po/zh_CN.po:2
zero lines -> translation missing, OK
two lines -> msgid and msgstr, OK
three lines -> something wrong. In this case, the present issue.
Le mer 22 nov 2017 à 18:24, Louis Bettens <louis@xxxxxxxxxxxx> a
écrit :
Signed-off-by: Louis Bettens <louis@xxxxxxxxxxxx>
---
po/fr.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/fr.po b/po/fr.po
index 4deae3318..a12a2ae37 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -14331,7 +14331,7 @@ msgstr "git worktree add [<options>] <chemin>
[<branche>]"
#: builtin/worktree.c:17
msgid "git worktree list [<options>]"
-msgstr "git worktree prune [<options>]"
+msgstr "git worktree list [<options>]"
#: builtin/worktree.c:18
msgid "git worktree lock [<options>] <path>"
--
2.15.0