[#775] - 1.3.3 hangs on startup with Serbian locale

Category:
Bug report
Priority:
High
Status:
Assigned
Project: Severity:
Major
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

iReport hangs on startup with new Serbian locale.

I am translating iReport to Serbian (Cyrilic) language and today I have not be able to start iReport with my translation.

Console log:

Exception in thread "main" java.lang.IllegalArgumentException: unknown format ty
pe at
at java.text.MessageFormat.makeFormat(Unknown Source)
at java.text.MessageFormat.applyPattern(Unknown Source)
at java.text.MessageFormat.<init>(Unknown Source)
at it.businesslogic.ireport.util.I18n.getFormattedString(I18n.java:341)
at it.businesslogic.ireport.gui.logpane.ProblemsPanel.<init>(ProblemsPan
el.java:49)
at it.businesslogic.ireport.gui.logpane.LogPane.<init>(LogPane.java:58)
at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:493)
at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:7956)

skaljac's picture
Joined: May 10 2007 - 5:19pm
Last seen: 16 years 1 month ago

2 Comments:

#1

The Problem was line "problems" with value "Problems ({0,number})". Part ({0,number}) must stay in original.

#2

translating iReport to Serbian

Feedback
randomness