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 108911 - I18N - wrong key name part for some mnemonic keys
Summary: I18N - wrong key name part for some mnemonic keys
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-07-04 22:49 UTC by Ken Frank
Modified: 2008-01-19 21:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2007-07-04 22:49:12 UTC
in some rest bundle file is

ASC_Browse=o

ACS_Browse=r

ASC_Browse2=c

ACS_Browse2=o

ACS_EntityClass=e

ACS_REST_Pages=p

ACS_Controller=c


---> if these items are meant to be mnemonic keys, use MNE_ as the part of the key, as is done for other
mnemonics defined in other rest bundle files - it will be confusing for translation team to
see the ACS items and thus some keys could be missed.

and make sure to have a corresponding key/val for the actual label of the item,
as is done for other mnemonic keys.

also - what is the difference between the ACS_Browse and the ASC_Browse items  ?  (and the Browse2 items)
if they are meant to be 2 different keys, the whole keyname needs to be unique,
using MNE as part of key, not ACS or ASC.

finally, its better to use the '&'  approach to defining mnemonic keys and that has been
direction from nb team - not to use the 2 key/value approach as is being done here.
Comment 1 Nam Nguyen 2007-07-13 07:35:18 UTC
Fixed as part of wizard i18n and a11y, bundle strings cleanup.
Comment 2 Lukas Jungmann 2008-01-19 21:42:17 UTC
v.