yay icon indicating copy to clipboard operation
yay copied to clipboard

yay -Ps: German Translation prints additional string to output of "Explicitly installed packages"

Open adb76 opened this issue 3 years ago • 1 comments

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
===========================================

adb76 avatar Feb 06 '22 13:02 adb76

I've fixed the issue on transifex de, was just a missing '%s' in the translated string. Next release it should be fixed

Jguer avatar Feb 06 '22 22:02 Jguer