Re: [PATCH] fix french translation

2017-11-22 Thread Louis Bettens

Thanks!

Bye

Le mer 22 nov 2017 à 21:17, Jean-Noël AVILA  a 
écrit :

On Wednesday, 22 November 2017 18:24:40 CET Louis Bettens wrote:

 Signed-off-by: Louis Bettens 
 ---
  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 [] 
 []"


  #: builtin/worktree.c:17
  msgid "git worktree list []"
 -msgstr "git worktree prune []"
 +msgstr "git worktree list []"

  #: builtin/worktree.c:18
  msgid "git worktree lock [] "



Good catch! I guess the segment switched directly from fuzzy to 
translated.


I'll queue it for the next version which we should not wait for long.

Thanks





Re: [PATCH] fix french translation

2017-11-22 Thread Jean-Noël AVILA
On Wednesday, 22 November 2017 18:24:40 CET Louis Bettens wrote:
> Signed-off-by: Louis Bettens 
> ---
>  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 []  
> []"
>  
>  #: builtin/worktree.c:17
>  msgid "git worktree list []"
> -msgstr "git worktree prune []"
> +msgstr "git worktree list []"
>  
>  #: builtin/worktree.c:18
>  msgid "git worktree lock [] "
> 

Good catch! I guess the segment switched directly from fuzzy to translated.

I'll queue it for the next version which we should not wait for long.

Thanks


Re: [PATCH] fix french translation

2017-11-22 Thread Louis Bettens

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  a 
écrit :

Signed-off-by: Louis Bettens 
---
 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 []  
[]"


 #: builtin/worktree.c:17
 msgid "git worktree list []"
-msgstr "git worktree prune []"
+msgstr "git worktree list []"

 #: builtin/worktree.c:18
 msgid "git worktree lock [] "
--
2.15.0





[PATCH] fix french translation

2017-11-22 Thread Louis Bettens
Signed-off-by: Louis Bettens 
---
 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 []  
[]"
 
 #: builtin/worktree.c:17
 msgid "git worktree list []"
-msgstr "git worktree prune []"
+msgstr "git worktree list []"
 
 #: builtin/worktree.c:18
 msgid "git worktree lock [] "
-- 
2.15.0