Ticket #7441 (closed Bug: fixed)
US flag icon (us.gif) fails to display in workspace canvas when us-en selected as language preference
| Reported by: | dgovoni | Owned by: | hannosch |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0.6 |
| Component: | Internationalization | Keywords: | python,icon,internationaliztion |
| Cc: | dgovoni@… |
Description
Bug noted in Plone 2.5 & 3.x
File: languages.py Path: C:\Program Files\Plone 3\Python\Lib\site-packages\plone.i18n-1.0.1-py2.4.egg\plone\i18n\locales C:\Program Files\Plone 3\Python\Lib\site-packages\plone.i18n-1.0-py2.4.egg\plone\i18n\locales
Fix: REPLACE: u'en-us' : {u'name' : 'English (USA)'}, WITH: u'en-us' : {u'name' : 'English (USA)', u'flag' : u'/++resource++country-flags/us.gif'},
Change History
Note: See
TracTickets for help on using
tickets.

(In [19208]) Added history for latest change. The last changes also closes #7441.