Changeset 8386
- Timestamp:
- 8 May 2012, 13:04:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r8327 r8386 39 39 PORTAL_LANGUAGE = 'en' 40 40 41 # We do not dosplay the language selector at the moment.42 41 PREFERRED_LANGUAGES_DICT = { 42 'en':(1, u'English'), 43 'fr':(2, u'Français'), 44 'de':(3, u'Deutsch'), 43 45 } 44 46
Note: See TracChangeset for help on using the changeset viewer.