Closed GoogleCodeExporter closed 8 years ago
Problem seems to occur due to botched format specifiers in localised strings.
The
place where it crashes or fails depends on the broken string. In my case it was
in
<string name="host_fingerprint">Fingerabdruck von Host %1$s
Schlüssel ist %2$</string>
'%2$' should be '%$2s'.
Original comment by tau...@gmail.com
on 14 May 2009 at 3:30
It looks like some buggy strings in translations. I added some checks to the
python
script that converts back and forth. Fixed in r325
Original comment by kenny@the-b.org
on 14 May 2009 at 5:52
Original issue reported on code.google.com by
tau...@gmail.com
on 14 May 2009 at 2:57