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 160228 - I18N : category names of palette are not from bundle
Summary: I18N : category names of palette are not from bundle
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-13 01:16 UTC by Masaki Katakai
Modified: 2009-03-23 13:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
simple patch (5.43 KB, patch)
2009-03-13 01:18 UTC, Masaki Katakai
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-03-13 01:16:46 UTC
Category name for "Paths", "Media", "Effects", "Transformations",
"Swing Components", "Gradients" are not localized.

It seems that we need to fix Bundle.properties and layer.xml. 

javafx.palette/src/org/netbeans/modules/javafx/palette/Bundle.properties
javafx.palette/src/org/netbeans/modules/javafx/palette/resources/layer.xml

I'll attach a simple patch later.

Palette items are OK. It seems that all strings are extracted, only category names
are not from bundle.
Comment 1 Masaki Katakai 2009-03-13 01:18:02 UTC
Created attachment 78137 [details]
simple patch
Comment 2 Adam Sotona 2009-03-13 13:56:02 UTC
fixed, thanks for the patch
Comment 3 Masaki Katakai 2009-03-23 13:55:51 UTC
Verified. All palette items now can be localized.