odoo/documentation#15037
Created by fw-bot
Closed
- label
- odoo-dev:master-19.0-i18n-fix-ko-wrap-tic-473033-fw
- head
- 8cb434a701f00b67d4c0faf2b5ba4a27d9c54935
| odoo/documentation | |
|---|---|
| 19.0 | #15031 |
| master | #15037 |
[I18N] fix Korean po file
Weblate sometimes incorrectly msgmerges when a line ends with /"" and wraps one of the "'s to the next line causing an invalid po file since the closing " is now escaped so the line never correctly ends.
This unfortunately has to be manually fixed directly in the code for now.
Forward-Port-Of: #15031