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 - I18N : please add #NOI18N keyword to LBL_TableCustomizer_Type_*
Summary: I18N : please add #NOI18N keyword to LBL_TableCustomizer_Type_*
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-12-26 01:31 UTC by Masaki Katakai
Modified: 2008-05-05 13:49 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.