Hi, currently the admin panel is not designed to be translated so unfortunately there are no language files for it. Thanks for mentioning this. It will be corrected in a future version.
Yeah that's right, all of the admin panel text can be translated by directly editing the source files. Most of these files will be in the admin/includes/pages folder. A French translation of the frontend would be very welcome. Please see the add-ons page on the main website for details on how to submit it. Thank you.
(16-Nov-2010, 06:55 PM)Steven Wrote: Yeah that's right, all of the admin panel text can be translated by directly editing the source files. Most of these files will be in the admin/includes/pages folder. A French translation of the frontend would be very welcome. Please see the add-ons page on the main website for details on how to submit it. Thank you.
Ok I'll prepare it .. How do I change the background of the drafting comment box? Because the background color is too white
That can be changed in the stylesheet which is located in the comments/css folder. Inside the file, find the section called "form_styling". In there, add this line of code "background-color: green;". You may need to clear your web browser cache before noticing the difference.