[IMP] translate: unify the server and web translation export mechanisms
authorOlivier Dony <odo@openerp.com>
Wed, 3 Oct 2012 13:26:59 +0000 (15:26 +0200)
committerOlivier Dony <odo@openerp.com>
Wed, 3 Oct 2012 13:26:59 +0000 (15:26 +0200)
commita42baec4553dd026ce11e04ef5a2efeb69f475d6
treedb3b7301dfca2642052a08ce023680b2b9c0321e
parent4d35720a57190f21edac89d1755d3d990c79fd83
[IMP] translate: unify the server and web translation export mechanisms

- qweb and Javascript terms extraction now builtin
- all qweb/JS terms are flagged with an extra PO comment:
  `openerp-web`, which the web client will use when
  loading translations
- the homemade Python/Mako extractor has been removed
  and replaced by the default babel Python extractor.
  Net result is that we extract less spurious terms, but
  keep valid ones, so everything looks great under
  the sun.

bzr revid: odo@openerp.com-20121003132659-h5obyl1j7hjo1y2b
openerp/tools/translate.py