Daily updates from Odoo
Wednesday, August 26, 2015
1 change
Enhancements to existing features
Translation exports now ignore very small labels even when they are wrapped in simple formatting tags. This reduces unnecessary translation entries and helps translators focus on meaningful content.
Original PR description
Currently, when exporting the application terms, small terms containing only 1 letter are removed. With this patch, extend also to small xml tag containing at most one alphanumeric character. After this patch, will be also excluded, tags like: `<span>#1</span>` `<span>#1</span><textarea id="input_element_obj1" value="" line="1" type="text"/>` Rexeported project term at 7a83baaf2b4ff315b7fb870dd4e723e16854d1d5 (for the sake of example, not to merge this part)