This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246737 - All string visible in UI should be internationalized
Summary: All string visible in UI should be internationalized
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-28 06:41 UTC by Jiri Skrivanek
Modified: 2015-04-03 08:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2014-08-28 06:41:19 UTC
Looking at source files of the new profiler (e.g. link below) all strings are hard coded. Please, use Bundle.properties files to store strings visible in UI. It should obey internationalization rules.

http://hg.netbeans.org/main-silver/file/3325b517179d/profiler/src/org/netbeans/modules/profiler/v2/ProfilerWindow.java
Comment 1 Jiri Sedlacek 2015-03-16 09:20:06 UTC
Missing I18N has been fixed by http://hg.netbeans.org/profiler-main/rev/f1d3779316fa.