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 56326 - I18N - l10n.list has an xml file listed
Summary: I18N - l10n.list has an xml file listed
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-03-12 21:05 UTC by Ken Frank
Modified: 2006-03-24 13:08 UTC (History)
2 users (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-03-12 21:05:27 UTC
We don't have xml files translated - items should be in bundle files -
is the xml file mentioned in l10n.list really needed to be there ?
If so, can its translatable items go in bundle file ?

Also, could the 2 html entries in list be wildcarded more towards top
of list,ie
websvc/dev/src/**/*.html
websvc/core/src/**/*.html

without danger of including some not needed html file ?
Comment 1 Libor Kotouc 2005-03-14 13:58:07 UTC
Fixed. I simplified it a little bit.

Checking in l10n.list;
/cvs/websvc/l10n.list,v  <--  l10n.list
new revision: 1.3; previous revision: 1.2
done
Comment 2 Petr Jiricka 2005-03-14 14:09:52 UTC
Does it mean that files created from template will be English-only and will not
be localized? Is this ok?

BTW, I also noticed that j2ee module has multiple l10n.list files - there should
only be one at the root of the module.
Comment 3 Libor Kotouc 2005-03-14 14:42:07 UTC
I took a look over other modules in IDE and I did not find any translated
template (e.g. new java class has template which is not localized). So I think
we are consistent with the rest of IDE, maybe I am wrong. 
I read the l10n optimization guidelines and generally no xml files are
considered for translation except the ones under javahelp directory.

add j2ee module) I saw it but did not know whether to remove it or not...should
it be really deleted?
Comment 4 Petr Jiricka 2005-03-14 14:57:47 UTC
Yes, please delete it.
Comment 5 Libor Kotouc 2005-03-14 15:04:13 UTC
removed.
Comment 6 Ken Frank 2005-03-14 17:25:47 UTC
are templates files that end in .template
and has template program/code with comments as result
of using some wizard to create something ?

If so, I agree I haven't ever seen l10n raise issue
of the comments in these files not being localized
nor have I ever seen .template on l10n.lists.

AS to multiple j2ee l10n.lists, I'll send mail to
cdp team since a lot of work has gone to optimizing
the list, want to make sure any merges are accurate.

ken.frank@sun.com
Comment 7 Ken Frank 2005-03-31 16:58:29 UTC
verified