Description of problem: Choose Bulgarian at the Welcome screen The problem is the translation of a format string (the source string uses %(name)s format arguments, while the translation only has %s arguments), so the fix would be to be fix the format string, but format string problems are supposed to cause the build to fail and make bcl fix the translation. This one isn't failing at build time because the string is coming from glade, so gettext doesn't know it's python formatted. Version-Release number of selected component: anaconda-21.21-1 The following was filed automatically by anaconda: anaconda 21.21-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 250, in retranslate xlated = _(before) % {"name" : productName.upper(), "version" : productVersion} File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 297, in on_locale_selection_changed self.retranslate(lang) TypeError: not enough arguments for format string Additional info: cmdline: /usr/bin/python /sbin/anaconda cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x20rawhide\x20x86_64 quiet BOOT_IMAGE=vmlinuz executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.14.0-0.rc2.git3.1.fc21.x86_64 product: Fedora release: Cannot get release name. type: anaconda version: rawhide
Created attachment 864116 [details] File: anaconda-tb
Created attachment 864117 [details] File: anaconda.log
Created attachment 864118 [details] File: environ
Created attachment 864119 [details] File: lsblk_output
Created attachment 864120 [details] File: nmcli_dev_list
Created attachment 864121 [details] File: os_info
Created attachment 864122 [details] File: program.log
Created attachment 864123 [details] File: storage.log
Created attachment 864124 [details] File: syslog
Created attachment 864125 [details] File: ifcfg.log
Created attachment 864126 [details] File: packaging.log