← Back to team overview

openerp-i18n-french team mailing list archive

[Bug 685981] Re: [v6] invalid CSS on non-english interface

 

Maybe some strings have been translated that should not have been:
subscribing the French translators team.

-- 
You received this bug notification because you are a member of OpenERP
French translators, which is a direct subscriber.
https://bugs.launchpad.net/bugs/685981

Title:
  [v6] invalid CSS on non-english interface

Status in OpenObject Web Client:
  New

Bug description:
  Hello,
I'm using the french language with the webclient (6rc1) and in that case icons don't appear in the home menu (sections-a-i*png) because the CSS uses english class names (sales, ...) whereas the class names in the generated HTML code are now in french (ventes,...), hence the mismatch (i confirm everything works in english). The simpler solution should be to fix class names to english, whatever the user current language is, otherwise the CSS needs to be re-generated for each language...