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 153952 - NetBeans i18n support should respect #NOI18N
Summary: NetBeans i18n support should respect #NOI18N
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-26 15:56 UTC by mrmorris
Modified: 2011-11-28 09:21 UTC (History)
0 users

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 mrmorris 2008-11-26 15:56:37 UTC
Many NetBeans components will currently insert #NOI18N in front of a line of a resource file, if it knows it is not a
key for i18n (i.e. the JSR-296 support does this a lot). When adding other locales for a default property file in
NetBeans, NetBeans should then NOT copy keys which have been marked "#NOI18N" since a missing key in a derived/specific
version will automatically trigger a lookup in the default. 

It is more DRY and by experience, translators have a hard time knowing which keys to translate and which ones not.
Comment 1 Jaromir Uhrik 2008-11-27 12:59:48 UTC
As I understand this problem belongs to i18n category so that reassigning - please evaluate.
Thanks.