French Caracter missing AboutRessources

A discussion forum for the JCommon class library.
Locked
fan74
Posts: 1
Joined: Tue Oct 11, 2005 2:01 pm

French Caracter missing AboutRessources

Post by fan74 » Wed Jan 25, 2006 2:02 pm

The french accent are missing in About ressouces in Jcommon package.
If you want integrate it into your code : g.jfree.ui.about.ressources.AboutResources_fr.java

Bye

Code: Select all

........

{"about-frame.tab.about", "A propos de"},
        {"about-frame.tab.system", "Syst\u00e8me"},
        {"about-frame.tab.contributors", "D\u00e9veloppeurs"},
        {"about-frame.tab.licence", "Licence"},
        {"about-frame.tab.libraries", "Biblioth\u00e8que"},

        {"contributors-table.column.name", "Nom:"},
        {"contributors-table.column.contact", "Contact:"},

        {"libraries-table.column.name", "Nom:"},
        {"libraries-table.column.version", "Version:"},
        {"libraries-table.column.licence", "Licence:"},
        {"libraries-table.column.info", "Autre Renseignement:"},

        {"system-frame.title", "Propri\u00e9t\u00e9s du Syst\u00e8me"},

        {"system-frame.button.close", "Fermer"},

        {"system-frame.menu.file", "Fichier"},
        {"system-frame.menu.file.mnemonic", new Character('F')},

        {"system-frame.menu.file.close", "Fermer"},
        {"system-frame.menu.file.close.mnemonic", new Character('C')},

        {"system-frame.menu.edit", "Edition"},
        {"system-frame.menu.edit.mnemonic", new Character('E')},

        {"system-frame.menu.edit.copy", "Copier"},
        {"system-frame.menu.edit.copy.mnemonic", new Character('C')},

        {"system-properties-table.column.name", "Nom de la Propri\u00e9t\u00e9:"},
        {"system-properties-table.column.value", "Valeur:"},

        {"system-properties-panel.popup-menu.copy", "Copier" },
        {"system-properties-panel.popup-menu.copy.accelerator",
        KeyStroke.getKeyStroke(KeyEvent.VK_C, ActionEvent.CTRL_MASK) },

........

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Thu Jan 26, 2006 12:15 am

Hi,

thanks for the report. I've updated the resource bundle with your code.

Regards,
Thomas

Locked