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 108804 - I18N - templates manager - word not from bundle file
Summary: I18N - templates manager - word not from bundle file
Status: RESOLVED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Craig Conover
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-07-03 20:22 UTC by Ken Frank
Modified: 2007-07-06 05:58 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 Ken Frank 2007-07-03 20:22:02 UTC
using pseudo localized nb, it template manager, UML section, the word Code Generation
is not from the localized jar -

I do see a label in org-netbeans-modules-uml-codegen 
LBL_Config_Templates=\244\310\344\356Jon\344\356Code Generation\344\345\244\355
and its localized as above, but the localized one is not used when running the product; if that is the correct
key for it.


Also, under this section is names of some .java files, but should these be descriptive and localzable
kind of words as are in other parts of the template manager ?
Comment 1 Craig Conover 2007-07-06 00:02:24 UTC
Can you be more specific. I ran a I18N test on the codegen module and it came up "complete".
Also, what are the specific keys that you think should not be L10N'ed?
Comment 2 Ken Frank 2007-07-06 05:58:46 UTC
am referring to things that don't appear to be in the bundle; its not about keys that should
not be translated, but keys that might need to be added.

or it could be that key/val for Code Generation below is the right one, but its not coded to come
from the bundle.

the other items mentioned as to the names of the .java files - under Code Generation ->  Java
are like CompilationUnit.java, DeclLib.ftl, etc.  If you look at other entries of template
mgr sections for other modules,  they are all descriptive words, and are from bundle files.

BTW, what is the I18N test you refer to below - is it the nbbiild/monitor.xml run from the cvs repos
for check-bundle-usage ?

ken.frank@sun.com