You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an issue in odoo when extracing translatable source terms
from the bundled library file `o_spreadsheet.js`. Some terms are not
extracted.
Babel doesn't correctly tokenize the regex /"/
As a result, all following tokens are fucked up and source terms are no longer
exported after this point.
It seems to be known that babel js lexer isn't perfect.
python-babel/babel#467python-babel/babel#616python-babel/babel#640python-babel/babel#791
X-original-commit: df307ed
0 commit comments