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 75141 - I18N: Category "Management" is not localized on new project dialog
Summary: I18N: Category "Management" is not localized on new project dialog
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jean-francois Denise
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-04-18 08:03 UTC by Masaki Katakai
Modified: 2006-04-18 10:07 UTC (History)
2 users (show)

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 Masaki Katakai 2006-04-18 08:03:57 UTC
"Management" in "Categories" is not localized under "Samples" on New Project dialog.

In JMXModuleLayer.xml file, it should be defined in
"org.netbeans.modules.jmx.Bundle",

            <folder name="Samples">
                <folder name="Management">
                    <attr name="SystemFileSystem.localizingBundle"
stringvalue="org.netbeans.modules.jmx.Bundle"/>

but it's not defined in it. It needs to add

Templates/Project/Samples/Management=Management
Comment 1 Jean-francois Denise 2006-04-18 10:07:03 UTC
OK. The layer was right.
The key was missing from bundle.properties.