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)
2 Comments:
The Problem was line "problems" with value "Problems ({0,number})". Part ({0,number}) must stay in original.
translating iReport to Serbian