Changeset 7701 for main/waeup.sirp/trunk/src/waeup/sirp/utils
- Timestamp:
- 25 Feb 2012, 06:53:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/utils/utils.py
r7681 r7701 43 43 # (e.g. object histories). 44 44 PORTAL_LANGUAGE = 'en' 45 46 PREFERRED_LANGUAGES_DICT = { 47 'en':(1, u'English'), 48 'fr':(2, u'Français'), 49 'de':(3, u'Deutsch'), 50 'ha':(4, u'Hausa'), 51 'yo':(5, u'Yoruba'), 52 } 45 53 46 54 def getInstTypeDict(self):
Note: See TracChangeset for help on using the changeset viewer.