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 98282 - I18N: 'goto-declaration' can not be localized
Summary: I18N: 'goto-declaration' can not be localized
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: I18N (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-03-20 07:51 UTC by Keiichi Oono
Modified: 2007-03-28 11:53 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 Keiichi Oono 2007-03-20 07:51:45 UTC
To display message:

- Select menu "Tools" > "Options"
- Select "Keymap" at left pane
- Open "Other" node
- "Go to Declaration" is displayed

However, in the localized version, "Go to Declaration" is displayed as action
name "goto-declaration" instead of UI message. Would you tell me how to localize
this?
Before C/C++ Dev. Pack installation, "Go to Declaration" is displayed in an
appriate native Language (e.g. Japanese). But after C/C++ Dev. Pack
installation, it's replaced with 'goto-declaration' in the local environment.
Comment 1 Vladimir Voskresensky 2007-03-27 13:18:58 UTC
updated CND's goto-declaration to be standard one (defined in ExtKit), so no
duplicate elements (one is non localized) in Keymap

cvs log:
Checking in completion/src/org/netbeans/modules/cnd/completion/resources/layer.xml;
/cvs/cnd/completion/src/org/netbeans/modules/cnd/completion/resources/layer.xml,v
 <--  layer.xml
new revision: 1.2.2.4.2.5; previous revision: 1.2.2.4.2.4
done
RCS file:
/cvs/cnd/completion/src/org/netbeans/modules/cnd/completion/resources/Attic/DefaultKeyBindings.xml,v
done
Checking in
completion/src/org/netbeans/modules/cnd/completion/resources/DefaultKeyBindings.xml;
/cvs/cnd/completion/src/org/netbeans/modules/cnd/completion/resources/Attic/DefaultKeyBindings.xml,v
 <--  DefaultKeyBindings.xml
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in core/src/org/netbeans/modules/cnd/resources/DefaultKeyBindings.xml;
/cvs/cnd/core/src/org/netbeans/modules/cnd/resources/DefaultKeyBindings.xml,v 
<--  DefaultKeyBindings.xml
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Comment 2 Keiichi Oono 2007-03-28 11:53:40 UTC
Verified in Build070328. NetBeans IDE's translated message is now displayed for
'goto-declaration' Keymap.
Thank you for your fixing.