diff --git a/scripts/modules/bl_i18n_utils/bl_extract_messages.py b/scripts/modules/bl_i18n_utils/bl_extract_messages.py index 497b78d3c02..69610339c2e 100644 --- a/scripts/modules/bl_i18n_utils/bl_extract_messages.py +++ b/scripts/modules/bl_i18n_utils/bl_extract_messages.py @@ -590,7 +590,7 @@ def dump_py_messages_from_files(msgs, reports, files, settings): "msgid": ((("msgctxt",), _ctxt_to_ctxt), ), "message": (), - "heading": (), + "heading": ((("heading_ctxt",), _ctxt_to_ctxt),), "placeholder": ((("text_ctxt",), _ctxt_to_ctxt),), }