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 222521 - Multilingual catalogs do not contain translated descriptions
Summary: Multilingual catalogs do not contain translated descriptions
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 09:33 UTC by pgebauer
Modified: 2012-11-28 02:35 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 pgebauer 2012-11-21 09:33:00 UTC
Multilingual catalogs do not contain translated descriptions. It is unwanted regression cased by bugfix #201433. http://netbeans.org/bugzilla/show_bug.cgi?id=201433
Comment 1 Jaroslav Tulach 2012-11-21 10:15:51 UTC
Suggested fix:

$ hg diff
> diff -r b987d3846a6e nbbuild/templates/common.xml
> --- a/nbbuild/templates/common.xml      Tue Nov 20 14:30:41 2012 +0100
> +++ b/nbbuild/templates/common.xml      Tue Nov 20 14:39:54 2012 +0100
> @@ -433,6 +433,7 @@
>         <property name="license.file.override" value="$ 
> {license.file}"/>
>         <property name="use.pack200" value="true"/>
>         <property name="pack200.excludes" value=""/>
> +        <property name="nbm.locales" value="${locales}"/>
>         <makenbm file="${build.dir}/${nbm}"
>                  productdir="${cluster}"
>                  module="${module.jar}"
> @@ -445,7 +446,9 @@
>                  pack200excludes="${pack200.excludes}"
>                  targetcluster="${nbm.target.cluster}"
>                  releasedate="${nbm.release.date}"
> -                 moduleauthor="${nbm.module.author}">
> +                 moduleauthor="${nbm.module.author}"
> +                 locales="${nbm.locales}"
> +        >
>             <license file="${license.file.override}"/>
>             <signature keystore="${keystore}" storepass="${storepass}"
> alias="${nbm_alias}"/>
>             <updaterjar>
>
Comment 2 Jaroslav Tulach 2012-11-21 15:55:45 UTC
ergonomics#91d1682f9e58
Comment 3 Quality Engineering 2012-11-24 13:10:08 UTC
Integrated into 'main-golden', will be available in build *201211240959* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4ef846c7045d
User: PGebauer <pgebauer@netbeans.org>
Log: #222521 Multilingual catalogs do not contain translated descriptions
Comment 4 Quality Engineering 2012-11-28 02:35:43 UTC
Integrated into 'main-golden', will be available in build *201211280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/91d1682f9e58
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #222521: Pass in the value of -Dlocales