]> git.ipfire.org Git - thirdparty/grub.git/commit
po: Un-transliterate the %zu format code
authorGlenn Washburn <development@efficientek.com>
Fri, 11 Mar 2022 07:08:32 +0000 (01:08 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 14 Mar 2022 22:05:00 +0000 (23:05 +0100)
commit0cfb9240ae2deeec1437bc1fc885a23842bbd132
treeb975db811033a7e006efb58feb211abc27cf840c
parente976dc27f88968bc768224fd8102a508a3a39383
po: Un-transliterate the %zu format code

Commit 45bffae13 (util/resolve: Bail with error if moddep.lst file line is
too long) uses the %zu format specifier which has not been used in
any translated strings yet. So the sed scripts used for transliterating
certain languages need to be updated otherwise creation of the message
indexes will fail on an unknown format code. This is essentially the same
issue fixed for the %m format code in commit 2e246b6f (po: Fix replacement
of %m in sed programs).

Also reorder transliteration lines to be more lexicographically ordered.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
po/arabic.sed
po/cyrillic.sed
po/greek.sed
po/hebrew.sed