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 88885 - I18N - Create New Port Type with ml characters
Summary: I18N - Create New Port Type with ml characters
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-11-08 05:56 UTC by Will Zhang
Modified: 2006-11-27 06:35 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot (57.05 KB, application/octet-stream)
2006-11-08 06:09 UTC, Will Zhang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Will Zhang 2006-11-08 05:56:05 UTC
locale: zh, ja, pt_BR
1. create WSDL document
2. right click "Port Types", select "Add Port Type" in WSDL View
result:
There are ml charactors in Operation Name, Input and Output
Comment 1 Will Zhang 2006-11-08 06:07:50 UTC
One message should not be translated. Need to be deleted from property files.
File:
xml/wsdlui/src/org/netbeans/modules/xml/wsdl/ui/view/treeeditor/newtype/Bundle.p
roperties
Message:
LBL_Operation_suffix = Operation
Comment 2 Will Zhang 2006-11-08 06:09:04 UTC
Created attachment 35867 [details]
snapshot
Comment 3 Ken Frank 2006-11-08 09:04:02 UTC
What this is saying is that a #NOI18N comment needs to be inserted
in property files for these keys, or else not have it in bundle file
since these are used to construct a method kind of name.

LBL_Operation_suffix = Operation
LBL_PortType_suffix = PortType


ken.frank@sun.com
Comment 4 Shivanand Kini 2006-11-09 01:44:20 UTC
Added #NO18N to messages in properties file that are not be translated.

Fixed in release55 and release5gavotte branches.