Martin Vidner changed bug 999890
What Removed Added
Status NEW CONFIRMED
Version Leap 42.2 Leap 42.1
Summary User create menu does not appears User create menu does not appear (Internal Error: malformed format string) in Ukrainian language
Flags needinfo?(mvidner@suse.com)  

Comment # 2 on bug 999890 from
Thanks for the report!

The immediate cause of the bug is:
$ irb
irb(main):001:0> format(" %s", "foo")
=> " foo"
irb(main):002:0> format(" %1", "foo")
ArgumentError: malformed format string - %*[0-9]

This was fixed in:
https://svn.opensuse.org/viewvc/opensuse-i18n/trunk/yast/uk/po/users.uk.po?annotate=94809&pathrev=94809#l788
But that was only shortly *after* Leap 42.1 was released.

A workaround is to perform the installation in a different language, and only
switch to Ukrainian afterwards.


You are receiving this mail because: