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 153826

Summary: Missing l10n files in localized jar files
Product: soa Reporter: rajesh_mohapatra <rajesh_mohapatra>
Component: XSLTAssignee: Vitaly Bychkov <lativ>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description rajesh_mohapatra 2008-11-25 06:54:47 UTC
Test Environment: Java CAPS R6 U1 20081123-0625 nightly build on Windows Vista in Japanese locale

Steps:
------
- Start Netbeans
- Go to File -> New Project
- Select SOA -> XSLT Module

The description text "Creates an empty XSLT Module project, which may contain multiple XSLT services. For more
information, click Help and review the topic titled About XSLT Module Projects." is displayed in English.

Observed that the l10n jar org-netbeans-modules-xslt-project_ja.jar does not have the following files in it.

ejbjar_ja.html
emptyProject_ja.html
xslt_ja.html

Same is the case for zh_CN locale also.

These were available in the older localized jar files and are localized.
This is a regression. Needs to be fixed.

Note that these files can be found under
http://hg.netbeans.org/main/l10n/src/ja/soa2/xslt-project/xslt-project/org/netbeans/modules/xslt/project/resources
http://hg.netbeans.org/main/l10n/src/zh_CN/soa2/xslt-project/xslt-project/org/netbeans/modules/xslt/project/resources
These files need to be checked into soarelease branch under http://hg.netbeans.org/soarelease/l10n/.
Comment 1 Vitaly Bychkov 2008-11-26 16:52:58 UTC
Fixed in soarelease.
Changeset: 8eafe467c40d.
Comment 2 leova 2009-04-28 06:57:35 UTC
We couldn't verify it as we didn't start to support l10n for this release.