mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
xgettext compatibility: Output 'yes' for translatable
This commit is contained in:
parent
85630bc975
commit
f1cf70b6eb
13 changed files with 19 additions and 19 deletions
|
@ -150,7 +150,7 @@ class XmlOutput(OutputFormat):
|
|||
elif isinstance(translated, QuotedLiteral):
|
||||
return {}
|
||||
else:
|
||||
return {"translatable": "true", "context": translated.translate_context}
|
||||
return {"translatable": "yes", "context": translated.translate_context}
|
||||
|
||||
def _emit_signal(self, signal: Signal, xml: XmlEmitter):
|
||||
name = signal.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue