Skip to content

Commit 794b1d2

Browse files
committed
l10n: fr: fix transcation of "dir"
"dir" was translated to the same string at builtin/log.c:1236, but, also at that code line, "<dir>" was translate to "<répertoire>". Before this commit, git format-patch -h would output "-o, --output-directory <dir>" and <répertoire> in its description. Use <répertoire> in both the parameter and description. Signed-off-by: Vasco Almeida <[email protected]>
1 parent 23508cb commit 794b1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

po/fr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6197,7 +6197,7 @@ msgstr "convertir en un dépôt complet"
61976197

61986198
#: builtin/fetch.c:122 builtin/log.c:1236
61996199
msgid "dir"
6200-
msgstr "dir"
6200+
msgstr "répertoire"
62016201

62026202
#: builtin/fetch.c:123
62036203
msgid "prepend this to submodule path output"

0 commit comments

Comments
 (0)