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 234849 - I18N: messages of C/C++ code diagnostics dialog are hardcoded
Summary: I18N: messages of C/C++ code diagnostics dialog are hardcoded
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-23 09:25 UTC by Masaki Katakai
Modified: 2013-08-26 07:54 UTC (History)
0 users

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 Masaki Katakai 2013-08-23 09:25:33 UTC
Please evaluate the following file and messages.
These are hardocded, so UI are English.

cnd.modelimpl/src/org/netbeans/modules/cnd/modelimpl/trace/CodeModelDiagnostic.java

            return "Standalone Files Information";// NOI18N 
            return "General File Information";// NOI18N 
            return "Preprocessor States";// NOI18N 
            return "Included Preprocessor States";// NOI18N
            return "Model Projects";// NOI18N 
            return "Model Projects File Containers";// NOI18N 
            return "Model Projects Index";// NOI18N 
            return "File References Index";// NOI18N 
            return "File Code Model";// NOI18N 
            return "File AST";// NOI18N
            return "Project Declaration Containers (Huge size)";// NOI18N 
            return "Project Code Model (Huge size)";// NOI18N 
            return "Project References";// NOI18N

Is this experimental module and won't be delivered at FCS?

If not, please try to externalize these messages to resource
bundle so that these can be localized.

Thank you.
Comment 1 Vladimir Voskresensky 2013-08-26 07:54:09 UTC
http://hg.netbeans.org/cnd-main/rev/b8a2b7209bf8