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 56669 - I18N - xml files on plugin l10n.list
Summary: I18N - xml files on plugin l10n.list
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-03-19 03:02 UTC by Ken Frank
Modified: 2006-03-24 13:04 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 2005-03-19 03:02:01 UTC
I saw the l10n.list of plugin that rave gets, since i dont have access
to repos where the actual plugin is - and noticed that it lists some xml
files on it

j2ee/appsrv-plugin/src/**/*.xml
j2ee/appsrv-plugin/libsrc/**/*.xml
j2ee/appsrv-plugin/libapi/**/*.xml
j2ee/appsrv-plugin/libvalidationsrc/**/*.xml

but we don't require l10n to localize xml files but instead have any needed
labels/msgs come from bundle files (and thus xml file or other code refer
to bundle file)

Are these xml files really needed to be localized ? There seem to be many
of them - or can they be removed from list.

if need to be localized, can the mesgs/labels be put in bundle files
instead and retrieved from there ?
Comment 1 Ken Frank 2005-03-19 03:06:28 UTC
in the new l10n kit for the plugin, these xml files are there

also, the l10n.list.all there is not wildcarded with the ** as I see
in its list in rave, but it may be that the .all is an expanded list.
Comment 2 _ ludo 2005-03-19 05:44:54 UTC
update list in the repository is now up to date:
appsrv-plugin/src/**/Bundle.properties
appsrv-plugin/libapi/**/Bundle.properties
appsrv-plugin/lidbbbeans/**/Bundle.properties
appsrv-plugin/libbridge/**/Bundle.properties
appsrv-plugin/libvalidationsrc/**/Bundle.properties
appsrv-plugin/libsrc/**/Bundle.properties
appsrv-plugin/javahelp/**
Comment 3 Ken Frank 2005-03-31 16:58:07 UTC
ver
Comment 4 Vince Kraemer 2005-07-20 23:28:50 UTC
new / fixed
Comment 5 Michal Mocnak 2005-11-03 13:43:45 UTC
Verified