diff mbox series

po: Fix invalid .de translation format string

Message ID 20230626095048.1290476-1-sam@gentoo.org (mailing list archive)
State Accepted, archived
Headers show
Series po: Fix invalid .de translation format string | expand

Commit Message

Sam James June 26, 2023, 9:50 a.m. UTC
From: David Seifert <soap@gentoo.org>

* gettext-0.22 validates format strings now
  https://savannah.gnu.org/bugs/index.php?64332#comment1

Bug: https://bugs.gentoo.org/908864
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
---
 po/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Carlos Maiolino June 26, 2023, 11:38 a.m. UTC | #1
On Mon, Jun 26, 2023 at 10:50:46AM +0100, Sam James wrote:
> From: David Seifert <soap@gentoo.org>
> 
> * gettext-0.22 validates format strings now
>   https://savannah.gnu.org/bugs/index.php?64332#comment1
> 
> Bug: https://bugs.gentoo.org/908864
> Signed-off-by: David Seifert <soap@gentoo.org>
> Signed-off-by: Sam James <sam@gentoo.org>

Seems legit, will test.
Reviewed-by: Carlos Maiolino <cmaiolino@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
>
diff mbox series

Patch

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