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 124445

Summary: I18N : please add #NOI18N keyword to LBL_TableCustomizer_Type_*
Product: guibuilder Reporter: Masaki Katakai <masaki>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Masaki Katakai 2007-12-26 01:31:32 UTC
The following entries are being used in both generated codes and UI.

form/src/org/netbeans/modules/form/editors/Bundle.properties

LBL_TableCustomizer_Type_Object=Object
LBL_TableCustomizer_Type_String=String
LBL_TableCustomizer_Type_Boolean=Boolean
LBL_TableCustomizer_Type_Integer=Integer
LBL_TableCustomizer_Type_Byte=Byte
LBL_TableCustomizer_Type_Short=Short
LBL_TableCustomizer_Type_Long=Long
LBL_TableCustomizer_Type_Float=Float
LBL_TableCustomizer_Type_Double=Double

So please mark them and put #NOI18N keywords so that translator can
find these should not be localized.