Bugzilla – Bug 1217446
Bad umlaut in partitioning summary during installation
Last modified: 2024-02-22 12:27:18 UTC
Created attachment 870930 [details] screenshot Expected: "Partition /dev/vda (20GiB) für…" Observed: "Partition /dev/vda (20GiB) f?r…"
Maybe worth do mention: German language was selected.
Since those messages and their translation come from libstorage-ng, I am pretty sure that this is a duplicate of bug #1216689. *** This bug has been marked as a duplicate of bug 1216689 ***
> rpm -ql libstorage-ng-lang | grep de > /usr/share/locale/de/LC_MESSAGES/libstorage-ng.mo > msgunfmt /usr/share/locale/de/LC_MESSAGES/libstorage-ng.mo | grep 'Partition.*f.r' > msgstr "Verschlüsselte Partition %1$s (%2$s) für %3$s mit %4$s erstellen" > msgstr "Verschlüsselte Partition %1$s (%2$s) für Auslagerung erstellen" > msgstr "Partition %1$s (%2$s) für %3$s mit %4$s erstellen" > msgstr "Partition %1$s (%2$s) für Auslagerung erstellen" > msgstr "Partition %1$s (%2$s) für %3$s mit %4$s verschlüsseln" > msgstr "Partition %1$s (%2$s) als verschlüsselte swap formatieren" > msgstr "Partition %1$s (%2$s) als swap formatieren" > msgstr "Partition %1$s (%2$s) für %3$s mit %4$s formatieren" > msgstr "Partition %1$s (%2$s) mit %3$s formatieren" (From my Leap 15.5 using the latest YaST packages from the YaST:Head repo) It looks alright there; that also points to the environment problem that Arvin saw in bug #1216689.
If you gave up reading the comments on the other bug (we reached about 100 comments there): https://github.com/yast/yast-perl-bindings/pull/31 Summary, screenshots and fix - in the most unlikely place: After initializing the embedded Perl interpreter (!).