[buildout] develop = . parts = bootstrap newest = false versions = versions extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) [i18n] recipe = lovely.recipe:i18n package = ztm.ontologygraph domain = ztm.ontologygraph location = src/ztm/ontologygraph output = locales eggs = ztm.ontologygraph [i18n] [catalogcompile] recipe = cc.gettext:msgfmt po_path = ${buildout:directory}/src/ztm/ontologygraph/locales/ mo_path = ${buildout:directory}/src/ztm/ontologygraph/locales/ [bootstrap] # Keeps bootstrap.py up to date recipe = collective.recipe.bootstrap eggs = ztm.ontologygraph [buildout]