Package: Translate Toolkit Version: 1.4 HTML2PO
Input data. The imput HTML is (ex_simple_4.htm): <html> <p>Hello</p> <p>Hi<br><br></p> <a href="docs.mql4.com">DMQL4</a><br>XXP<br> </html> Output data. The output PO is (html4.po): #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-08-28 19:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <em...@address>\n" "Language-Team: LANGUAGE <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.4.0\n" #: ex_simple_4.htm:1 msgid "Hello" msgstr "" #: ex_simple_4.htm:2 msgid "Hi<br><br>" msgstr "" Correctness. We have a serious bug here. The phrases “DMQL4” and “XXP” are not included in PO file. I'm sure it is expected to be multilangual. Phrases inside <a> are ignored.

