We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b0d5d commit fb4ea03Copy full SHA for fb4ea03
1 file changed
app.py
@@ -309,7 +309,7 @@ def process_item(text):
309
item_content = text[offset:].strip()
310
if not item_content:
311
return text
312
- return text[:offset] + ' ' + _wrap_in_translate(item_content) + '\n'
+ return text[:offset] + ' ' + convert_to_translatable_wikitext(item_content) + '\n'
313
314
class double_brackets_types(Enum):
315
wikilink = 1
0 commit comments