yay
yay copied to clipboard
yay -Ps: German Translation prints additional string to output of "Explicitly installed packages"
Affected Version
yay v11.1.1 - libalpm v13.0.1
Describe the bug
German translation prints additional string to output of "Explicitly installed packages":
λ yay -Ps
==> Yay-Version v11.1.1
===========================================
==> Insgesamt installierte Pakete: 1513
==> Foreign installed packages: 7
==> Explizit installierte Pakete:%!(EXTRA string=311)
==> Gesamtgröße der installierten Pakete: 14.9 GiB
===========================================
Correct when switching to English:
λ LANG=en yay -Ps
==> Yay version v11.1.1
===========================================
==> Total installed packages: 1513
==> Foreign installed packages: 7
==> Explicitly installed packages: 311
==> Total Size occupied by packages: 14.9 GiB
===========================================
I've fixed the issue on transifex de, was just a missing '%s' in the translated string. Next release it should be fixed