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 84183 - I18N - some bundle files have arguments in c/c++ syntax
Summary: I18N - some bundle files have arguments in c/c++ syntax
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-09-05 08:41 UTC by bugbridge
Modified: 2009-05-25 21:06 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 bugbridge 2006-09-05 08:41:38 UTC
Description:
Some bundlle files are using c/c++ style arguments in messages,
like %s or %1 vs the java bundle way of {0}. There is maybe 100
messages with these kind of args but most use the java way.
(grep the source of Bundle.properties for "%" and will give a list.)

although the uml code is handling this for now, that is, that the arguments
still get shown ok in the message, it would be good
to have for next release it corrected and also that makes it clearer for
those doing localizations. I have let l10n know about this in the how to
localize document.