<div dir="ltr"><div><div><div>Hello:<br><br></div>I had done a small change to "pology/resolve.py"<br><br></div><div>It match the regexpr with literals like "backup-structure.txt" or "<a href="http://icon-king.com">icon-king.com</a>" found in my KDE translations.<br>
<br></div>The diff file is:<br><br>Index: resolve.py<br>===================================================================<br>--- resolve.py  (revisión: 1384792)<br>+++ resolve.py  (copia de trabajo)<br>@@ -803,7 +803,7 @@<br>
     return _remove_by_rx(text, _literal_url_rx, subs)<br> <br> <br>-_literal_web_rx = re.compile(r"\w{3,}(\.[\w-]{2,})+", re.U)<br>+_literal_web_rx = re.compile(r"\w[\w-]{2,}(\.[\w-]{2,})+", re.U)<br>
 <br> def _remove_literals_web (text, subs=""):<br><br></div>Regards, Javier.<br></div>