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 103268 - I18N - 'loading, please wait' message does not come from pseudo localized bundle file
Summary: I18N - 'loading, please wait' message does not come from pseudo localized bun...
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Ken Frank
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-05-03 17:38 UTC by kaa
Modified: 2007-05-29 15:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
msg (28.58 KB, application/octet-stream)
2007-05-03 17:40 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-05-03 17:38:53 UTC
Try to create WebApp project with VWP functionality.
During the process there is a message in Design area: 'Loading, please wait'

I'm running in the Japan locale, using a pseudo localized Netbeans. The message
does not come from the pseudo localized jar file.
Comment 1 kaa 2007-05-03 17:40:06 UTC
Created attachment 42117 [details]
msg
Comment 2 Peter Zavadsky 2007-05-09 08:20:20 UTC
The string is i18n-ized in:
visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/Bundle.properties

I suppose it will be translated to japanese later before 6.0 release. The string
was added recently only, I guess the localization guys didn't process it yet.

Passing to Ken.
Comment 3 kaa 2007-05-14 16:30:36 UTC
in 0511
Comment 4 kaa 2007-05-14 16:31:19 UTC
verified