diff --git a/blueprintcompiler/decompiler.py b/blueprintcompiler/decompiler.py index 850b6d8..072aa89 100644 --- a/blueprintcompiler/decompiler.py +++ b/blueprintcompiler/decompiler.py @@ -375,7 +375,7 @@ def decompile_translatable( comments = "" else: comments = comments.replace("/*", " ").replace("*/", " ") - comments = f"/* Translators: {comments} */" + comments = f"\n/* Translators: {comments} */" if context is not None: return comments, f"C_({escape_quote(context)}, {escape_quote(string)})"