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 54514 - I18N - words on project type chooser for sample blueprints not from locale file
Summary: I18N - words on project type chooser for sample blueprints not from locale file
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-02-03 20:03 UTC by Ken Frank
Modified: 2013-02-13 10:20 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 2005-02-03 20:03:27 UTC
create new project - first window - under samples
are BluePrint solutions and web tier with the jsf
technology on left, and on right are the names
of the various samples of this type, like Creating
Tabbed Views

These words are either not in bundle files, or if
in bundle, not coming from localized one when runing
in other locale.

Can you also check other messages/labels of j2ee
samples, 
blueprints and related to see if other areas
need to have messages/labels in bundles or coming
from localized bundles ?
Comment 1 _ ludo 2005-02-04 00:23:40 UTC
When you say "These words are .." which words?
There is already a P2 bug open on the word "Samples" on the left pane.

So please give the list of al the words you see wrong... This panel is
handled by more than one area in NetBeans, and I need to know if this
is  generic project bug or blueprints bug.
Comment 2 Ken Frank 2005-02-04 03:03:41 UTC
left side under Categories
BluePrints Solutions
    web Tier with the JSF Technology

right side, (assuming you have chosen the web tier item on left)

all of the items under Projects
Creating Tabbed views
making web applications accessible
...
...
Custom validators


so I think this is just blueprints related

ken.frank@sun.com
Comment 3 Yutaka Yoshida 2005-02-14 23:30:37 UTC
There is a property file for these strings, but the
entry in l10n.list is not properly pointing to that file.
Need to update l10n.list.
Comment 4 Ken Frank 2005-02-15 02:06:14 UTC
to clarify:

the l10n.list does need to be updated, however,
the l10n.list does not determine if the messages/labels
in a given bundle are shown from the localized bundle
when module jar is localized and ide run in that locale.

That is done in the code.

So I think there are some code items and/or manifest entries
that need to be done to solve this issue.

the l10n.list is only used as the official info as to what files
should be in the l10n kits devlivered to l10n center.

ken.frank@sun.com
Comment 5 Yutaka Yoshida 2005-02-24 22:27:05 UTC
l10n.list updated.
"words on project type chooser" bug is fixed
with only updating l10n.list as the code already has
logics to use the property file.


Comment 6 Yutaka Yoshida 2005-03-01 02:24:46 UTC
bpcatalog.dev.java.net needed a minor change - done
with the latest scrambled file(2/28).
Comment 7 Ken Frank 2005-03-31 17:26:56 UTC
verified