-
- Downloads
[FIX] transifex: Wrong link on translations to go to transifex
Steps to reproduce the bug: - Let's consider a user U with fr_BE as lang - Log as U and active developper tool - Go on any record, click on debug button - Select Technical translation - Choose a translation and click on the transifex url button Bug: The URL contained the iso code fr_BE but this iso code didn't match any code in Transifex. From: https://www.transifex.com/odoo/odoo-14/languages/ We can see that the only iso codes with a '_' are: 'zh_CN', 'zh_TW', 'pt_BR' opw:2448533 closes odoo/odoo#65308 X-original-commit: d609a75c Signed-off-by:Simon Goffin (sig) <sig@openerp.com> Co-authored-by:
mart-e <mat@odoo.com>
Showing
- addons/transifex/data/ir_translation_view.xml 6 additions, 4 deletionsaddons/transifex/data/ir_translation_view.xml
- addons/transifex/i18n/transifex.pot 5 additions, 0 deletionsaddons/transifex/i18n/transifex.pot
- addons/transifex/models/ir_translation.py 5 additions, 5 deletionsaddons/transifex/models/ir_translation.py
Please register or sign in to comment