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 19712 - OpenIDE-Module-Display-Category not consistently i18n'd
Summary: OpenIDE-Module-Display-Category not consistently i18n'd
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-01-24 11:54 UTC by Jesse Glick
Modified: 2008-12-23 13:41 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (5.87 KB, patch)
2002-01-24 11:55 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-01-24 11:54:34 UTC
I found that in four modules manifests, this attribute for some reason was not
included in the localizing bundle, even though other localized attributes were.
Perhaps people did not realize that this is an I18N string. Anyway, attaching
patch for four modules. Also corrects a couple of typos in long descriptions.

I think this should go in for 3.3.1 (at least for modules that are standard for
3.3.1; not sure about status of db & webadvanced) if we expect it to be 100%
localizable. Otherwise English category names will appear in the Modules node
even in other locales such as Japanese.
Comment 1 Jesse Glick 2002-01-24 11:55:10 UTC
Created attachment 4368 [details]
Suggested patch
Comment 2 Radko Najman 2002-01-24 13:17:25 UTC
OpenIDE-Module-Display-Category attribute is included in the
localizing bundle
(db/src/org/netbeans/modules/db/resources/Bundle.properties, line 930)
for Database Explorer module.
The reason why this attribure is in the manifest file also is to be
able to use this module with OpenIDE-Module-IDE-Dependencies: IDE/1 <
1.24 too. For < 1.24 the strings are taken from manifest file, for >
1.24 they are taken from localizing bundle file.

BTW db module is available via autoupdate center only.
Comment 3 Tomas Hurka 2002-01-24 13:40:16 UTC
Done in trunk for clazz module.
Comment 4 _ rkubacki 2002-01-24 14:18:01 UTC
fixed for webadvanced in orion_ea and will be merged to trunk soon.
Note that this modules is not part of standard NetBeans distro. The
reason is that first announcement didn't mention that the category
should be localizable too.
Comment 5 Jesse Glick 2002-01-24 17:43:17 UTC
OK, so ignore the part of the patch against db/manifest.mf.

If anything should be in 3.3.1, then, I guess it would be clazz +
jarpackager portions of the patch.
Comment 6 Jan Chalupa 2002-04-08 19:57:07 UTC
See issue 20859 (clazz) and issue 20858 (jarpackager). Both have been
fixed in orion_fcs.

I believe there are no more open issues described in this umbrella
report. Closing as resolved.
Comment 7 Ken Frank 2002-09-03 22:00:02 UTC
verified