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 18905 - I18N - some messages not come from bundle.properties file in other locale
Summary: I18N - some messages not come from bundle.properties file in other locale
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2001-12-21 17:06 UTC by Ken Frank
Modified: 2003-07-01 13:02 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 2001-12-21 17:06:54 UTC
Messages that used to be in manifest file and now
in bundle.properties file are not seen as coming
from that properties file now when running in other locale.

I *think* problem is in syntax of those messages in
bundle file - they use a colon as delimiter of key and
value vs using equal sign as other messages.
I don't know if other coding changes are needed.

# Manifest
OpenIDE-Module-Name: VCS Generic Command-Line Support
OpenIDE-Module-Display-Category: Version Control
OpenIDE-Module-Short-Description: Enables you to integrate any ver
sion control system that has a command-line interface.
OpenIDE-Module-Long-Description: The VCS Generic Support  module e
nables you to integrate any version control system that has a comm
and-line interface (such as CVS, RCS, or SCCS) into the IDE. The m
odule also comes with configurations for PVCS and Visual Source Sa
fe, which you can use as is or customize. You can get additional c
onfigurations from http://vcsgeneric.netbeans.org/profiles/index.h
tml.
Comment 1 Martin Entlicher 2001-12-30 17:56:04 UTC
You're right Ken, the problem is in the colon delimeter.
Comment 2 Martin Entlicher 2001-12-30 17:59:32 UTC
Fixed in the main trunk and release33 branch.
Comment 3 Jiri Kovalsky 2002-01-03 16:26:27 UTC
I have looked into the sources and it seems it is all right now. No
colon is used any more. Verified in development build #200201030331 of
NetBeans 3.3.1.
Comment 4 Jesse Glick 2002-12-23 16:35:01 UTC
Consistent use of the I18N keyword.
Comment 5 Quality Engineering 2003-07-01 13:02:12 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.