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 87893

Summary: i18n - WSDL editor - messages not from locale
Product: xml Reporter: sunlit <sunlit>
Component: Schema ToolsAssignee: bhate <bhate>
Status: VERIFIED INVALID    
Severity: blocker CC: kaa, kfrank
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description sunlit 2006-10-24 18:01:21 UTC
build 1013, 
WSDL editor, add documentation - "documentation" node is added and this word is
not from localized bundle files, 
please see gif attached
Comment 1 sunlit 2006-10-24 18:09:05 UTC
Created attachment 35505 [details]
screenshot
Comment 2 Shivanand Kini 2006-10-25 19:29:47 UTC
fixed in release55_dev
Comment 3 sunlit 2006-10-30 16:42:30 UTC
similar issue is with "add - annotation" - 
annotation node is added and the message is not localized
Comment 4 Shivanand Kini 2006-11-08 19:17:26 UTC
fixed the documentation node in wsdlui in release55 branch.

The annotation is not in wsdlui. assigning to schema tools.
Comment 5 Samaresh Panda 2006-11-16 22:09:09 UTC
Rico, please take care.
Comment 6 Ritesh Adval 2007-01-18 23:43:54 UTC
annotation node is in schema editor. annotation node name should be localizied.
Assigning this to schema tools.
Comment 7 bhate 2007-02-08 20:41:00 UTC
annotation and documentation are schema constructs. It is by design that we will
not localize schema constructs on UI. If the construct such as element has name
attribute set we will show its name o/w the construct's tagname.
The Kind property is localizable and gives the meaning of the construct.
Will mark this bug as invalid.
Comment 8 Ken Frank 2007-02-08 22:50:13 UTC
Ajit,

could you give some examples of other words thus not to be localized ?
and where in gavotte they are seen ?

that will really help us know so issues wont be filed on those.

Thanks - Ken

ken.frank@sun.com
Comment 9 bhate 2007-02-12 20:51:44 UTC
Any node in schema columns view or tree view will not be localized except for
the category/folder nodes (folder icons). In case of named nodes like element
attribute, global types we will show the name attribute set for them, so they
wont be localized either. we will localize the kind property of all the nodes.
Comment 10 kaa 2007-03-01 10:29:14 UTC
verified for "documentation"
"annotation" node still not localized