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 70236

Summary: I18N - iword Overview in view->documentatiion indexes not from bundle
Product: java Reporter: Ken Frank <kfrank>
Component: JavadocAssignee: Jan Pokorsky <jpokorsky>
Status: VERIFIED INVALID    
Severity: blocker Keywords: I18N
Priority: P3    
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2005-12-12 03:46:53 UTC
I dont know if the view-documentation indexes->Overview - if Overview should
come from bundle file or if its part of javadoc and if javadoc is localized,
then that word will be.

Or if it comes from nb bundle key
FILTER_OverviewIndiceLabel=\
    \\s*Overview\\s*\\((.*)\\)\n\
    (.*):\\s*Overview\n\
    (.*)\\s*-\\s*Overview

which is not now being localized.

If either of above, please close this as not a bug.

ken.frank@sun.com
Comment 1 Jan Pokorsky 2005-12-12 10:55:54 UTC
Everything under View-Documentation Indices comes from javadoc. Depends on what
you attached to library or platform or what charset you have for particular project.
Comment 2 Marek Grummich 2006-01-26 11:58:24 UTC
verified