Blender Git Commit Log
Git Commits -> Revision 3207399
Revision 3207399 by Bastien Montagne (master) February 22, 2021, 17:32 (GMT) |
i18n messages extraction script: fix handling of C unicode-escapes. rB1f5647c07d15 introduced for the first time a unicode escape in strings to be translated, directly extracted from C-code itself. This revealed that this case was not properly handled by current code, for now we work around using `raw_unicode_escape` encoding/decoding of python. |
Commit Details:
Full Hash: 32073993a8fcd235a5c7a2022dcdd7aef8a49687
Parent Commit: 46bdf6d
Lines Changed: +3, -1
1 Modified Path:
/release/scripts/modules/bl_i18n_utils/bl_extract_messages.py (+3, -1) (Diff)