public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] po: fix German translation
@ 2023-06-27 21:29 ` Yaakov Selkowitz
  2023-06-29 14:56   ` Darrick J. Wong
  2023-07-11 13:53   ` Carlos Maiolino
  0 siblings, 2 replies; 3+ messages in thread
From: Yaakov Selkowitz @ 2023-06-27 21:29 UTC (permalink / raw)
  To: linux-xfs

gettext-0.22 raises an error on what is clearly an typo in the translation:

  de.po:3087: 'msgstr' is not a valid C format string, unlike 'msgid'.
  Reason: In the directive number 2, the argument size specifier is invalid.

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
---
 po/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/de.po b/po/de.po
index 944b0e91..a6f8fde1 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3084,7 +3084,7 @@ msgstr "%llu Spezialdateien\n"
 #: .././estimate/xfs_estimate.c:191
 #, c-format
 msgid "%s will take about %.1f megabytes\n"
-msgstr "%s wird etwa %.lf Megabytes einnehmen\n"
+msgstr "%s wird etwa %.1f Megabytes einnehmen\n"
 
 #: .././estimate/xfs_estimate.c:198
 #, c-format
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] po: fix German translation
  2023-06-27 21:29 ` [PATCH] po: fix German translation Yaakov Selkowitz
@ 2023-06-29 14:56   ` Darrick J. Wong
  2023-07-11 13:53   ` Carlos Maiolino
  1 sibling, 0 replies; 3+ messages in thread
From: Darrick J. Wong @ 2023-06-29 14:56 UTC (permalink / raw)
  To: Yaakov Selkowitz; +Cc: linux-xfs

On Tue, Jun 27, 2023 at 05:29:31PM -0400, Yaakov Selkowitz wrote:
> gettext-0.22 raises an error on what is clearly an typo in the translation:
> 
>   de.po:3087: 'msgstr' is not a valid C format string, unlike 'msgid'.
>   Reason: In the directive number 2, the argument size specifier is invalid.
> 
> Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>

Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

> ---
>  po/de.po | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/po/de.po b/po/de.po
> index 944b0e91..a6f8fde1 100644
> --- a/po/de.po
> +++ b/po/de.po
> @@ -3084,7 +3084,7 @@ msgstr "%llu Spezialdateien\n"
>  #: .././estimate/xfs_estimate.c:191
>  #, c-format
>  msgid "%s will take about %.1f megabytes\n"
> -msgstr "%s wird etwa %.lf Megabytes einnehmen\n"
> +msgstr "%s wird etwa %.1f Megabytes einnehmen\n"
>  
>  #: .././estimate/xfs_estimate.c:198
>  #, c-format
> -- 
> 2.41.0
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] po: fix German translation
  2023-06-27 21:29 ` [PATCH] po: fix German translation Yaakov Selkowitz
  2023-06-29 14:56   ` Darrick J. Wong
@ 2023-07-11 13:53   ` Carlos Maiolino
  1 sibling, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2023-07-11 13:53 UTC (permalink / raw)
  To: Yaakov Selkowitz; +Cc: linux-xfs

On Tue, Jun 27, 2023 at 05:29:31PM -0400, Yaakov Selkowitz wrote:
> gettext-0.22 raises an error on what is clearly an typo in the translation:
> 
>   de.po:3087: 'msgstr' is not a valid C format string, unlike 'msgid'.
>   Reason: In the directive number 2, the argument size specifier is invalid.
> 
> Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>

I believe this is the same issue as addressed by the patch below?

commit 987373623e127fe476d29c81625d288d7a418f95
Author: David Seifert <soap@gentoo.org>
Date:   Mon Jun 26 10:50:46 2023 +0100

    po: Fix invalid .de translation format string


-- 
Carlos

> ---
>  po/de.po | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/po/de.po b/po/de.po
> index 944b0e91..a6f8fde1 100644
> --- a/po/de.po
> +++ b/po/de.po
> @@ -3084,7 +3084,7 @@ msgstr "%llu Spezialdateien\n"
>  #: .././estimate/xfs_estimate.c:191
>  #, c-format
>  msgid "%s will take about %.1f megabytes\n"
> -msgstr "%s wird etwa %.lf Megabytes einnehmen\n"
> +msgstr "%s wird etwa %.1f Megabytes einnehmen\n"
> 
>  #: .././estimate/xfs_estimate.c:198
>  #, c-format
> --
> 2.41.0
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-11 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <GpsnqyLPmsiNrtxxN7vb1BoFfxOi5TQF3L7Jekci0oG4A7TyS0os07JTRxqqQAfGIIQH7qBQblGdKrrc1G8hgw==@protonmail.internalid>
2023-06-27 21:29 ` [PATCH] po: fix German translation Yaakov Selkowitz
2023-06-29 14:56   ` Darrick J. Wong
2023-07-11 13:53   ` Carlos Maiolino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox