[FIX] translations: don't skip first line of translations when extracting module...
authorXavier Morel <xmo@openerp.com>
Fri, 10 Oct 2014 13:12:47 +0000 (15:12 +0200)
committerRaphael Collet <rco@openerp.com>
Tue, 2 Dec 2014 08:40:59 +0000 (09:40 +0100)
commit8ee2a89731a257e5980f8265bd6b29e8d455aa00
treee5ec51fad7eaeda566f3824472546a2b6f33d234
parent9964aae7a3e5572e1e6f598408566ef8017a106c
[FIX] translations: don't skip first line of translations when extracting module names

Used to be the first line was the CSV headers, the slice was left over after
these were removed from the source data. It probably didn't hurt (only issue
would be if the first module — alphabetically — has a single translatable
term), but it's just as clean not to have that.

Also removed now-unused variable (probably leftover of the CSV thing as well)
openerp/tools/translate.py