Changeset 9854
- Timestamp:
- 9 Jan 2013, 10:22:02 (12 years ago)
- Location:
- main/kofacustom.nigeria/trunk
- Files:
-
- 1 added
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/buildout.cfg
r8891 r9854 103 103 packages = kofacustom.nigeria 104 104 eggs = kofacustom.nigeria 105 domain = waeup.custom105 domain = kofacustom.nigeria 106 106 output = src/kofacustom/nigeria/locales 107 107 zcml = -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interfaces.py
r8810 r9854 24 24 from kofacustom.nigeria.utils.lgas import LGAS 25 25 26 _ = MessageFactory = zope.i18nmessageid.MessageFactory(' waeup.custom')26 _ = MessageFactory = zope.i18nmessageid.MessageFactory('kofacustom.nigeria') 27 27 28 28 high_qual = SimpleKofaVocabulary(
Note: See TracChangeset for help on using the changeset viewer.