mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
decompiler: Fix translator comments in properties
This commit is contained in:
parent
a12ac1b976
commit
25d9826aea
4 changed files with 23 additions and 4 deletions
|
@ -391,9 +391,6 @@ def decompile_property(
|
|||
context=None,
|
||||
):
|
||||
name = name.replace("_", "-")
|
||||
if comments is not None:
|
||||
ctx.print(f"/* Translators: {comments} */")
|
||||
|
||||
if cdata is None:
|
||||
ctx.print(f"{name}: ")
|
||||
ctx.end_block_with(";")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue