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 70228 - I18N - "All Languages" does not show from localized bundle
Summary: I18N - "All Languages" does not show from localized bundle
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-12-11 21:23 UTC by Ken Frank
Modified: 2008-12-22 20:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (418.87 KB, application/octet-stream)
2005-12-12 09:37 UTC, Jan Jancura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2005-12-11 21:23:36 UTC
In new options/fonts/font chooser/syntax tab -
the words All Languages is not shown from the localized bundle file.
It is in the en bundle file and I have pseudo localized it in the localized
bundle in the localized jar.

ken.frank@sun.com
Comment 1 Jan Jancura 2005-12-12 09:28:27 UTC
fixed in trunk:

RCS file:
/cvs/editor/options/src/org/netbeans/modules/options/colors/ColorModel.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -r1.22 -r1.23
81c81,82
<     static final String         ALL_LANGUAGES = "All Languages";
---
>     static final String         ALL_LANGUAGES = NbBundle.getMessage
>                                     (ColorModel.class, "CTL_All_Languages");

***** CVS exited normally with code 1 *****
Comment 2 Jan Jancura 2005-12-12 09:37:02 UTC
Created attachment 27727 [details]
patch
Comment 3 Pavel Flaska 2005-12-12 10:15:08 UTC
It's OK, reviewed.
Comment 4 Tomas Zezula 2005-12-12 10:21:34 UTC
Seems good to me, don't forget to commit the Bundle.properties
Comment 5 Jesse Glick 2005-12-12 15:50:20 UTC
If it's fixed in the trunk, it's FIXED / 5.1 for the moment.
Comment 6 Roman Strobl 2005-12-13 16:55:48 UTC
Verified in trunk sources and build 200512121900. I agree with commit to the
release50 branch.
Comment 7 Jan Jancura 2005-12-15 12:49:05 UTC
fixed in release50 branch:

Checking in options/src/org/netbeans/modules/options/colors/ColorModel.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/ColorModel.java,v 
<--  ColorModel.java
new revision: 1.22.2.1; previous revision: 1.22
done
Checking in options/src/org/netbeans/modules/options/keymap/EditorBridge.java;
/cvs/editor/options/src/org/netbeans/modules/options/keymap/EditorBridge.java,v
 <--  EditorBridge.java
new revision: 1.8.2.1; previous revision: 1.8
done
Checking in options/src/org/netbeans/modules/options/macros/MacrosPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/macros/MacrosPanel.java,v 
<--  MacrosPanel.java
new revision: 1.27.2.1; previous revision: 1.27
done
Comment 8 Marek Grummich 2006-01-05 11:11:49 UTC
Verified in 200601042030 (5.0 build)