[PATCH] po: Fix invalid .oc translation format string

Khem Raj <[email protected]> Sat, 9 Sep 2023 20:17:41 -0700
Newsgroups gmane.comp.video.videolan.vlc.devel
Message-ID <[email protected]>
gettext can validate format strings now [1] with 0.22 and newer release

[1] https://savannah.gnu.org/bugs/index.php?64332#comment1

Signed-off-by: Khem Raj <[email protected]>
---
 po/oc.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/oc.po b/po/oc.po
index 667696cfe7..ddb1677d8a 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -5298,18 +5298,18 @@ msgstr "Comanda+"
 #: src/misc/update.c:482
 #, c-format
 msgid "%.1f GiB"
-msgstr "%.lf Gio"
+msgstr "%.1f Gio"
 
 #: src/misc/update.c:484
 #, c-format
 msgid "%.1f MiB"
-msgstr "%.lf Mio"
+msgstr "%.1f Mio"
 
 #: src/misc/update.c:486 modules/gui/macosx/VLCPlaylistInfo.m:138
 #: modules/gui/macosx/VLCPlaylistInfo.m:140
 #, c-format
 msgid "%.1f KiB"
-msgstr "%.lf Kio"
+msgstr "%.1f Kio"
 
 #: src/misc/update.c:488
 #, c-format
-- 
2.42.0

_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
https://mailman.videolan.org/listinfo/vlc-devel