diff options
author | intrigeri <intrigeri@boum.org> | 2010-06-27 00:12:40 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-06-27 00:12:57 +0200 |
commit | 2c1c6ea48835913d53740acc375d7f0c8106b429 (patch) | |
tree | a56d99822c3440b43c4f0e8290098e6e881127c2 | |
parent | a39c6b6eac7059e4ed13dbf8a3750a79a5c9a5c8 (diff) | |
download | ikiwiki-2c1c6ea48835913d53740acc375d7f0c8106b429.tar ikiwiki-2c1c6ea48835913d53740acc375d7f0c8106b429.tar.gz |
Feature request, patch provided.
-rw-r--r-- | doc/todo/Add_HTML_support_to_po_plugin.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/Add_HTML_support_to_po_plugin.mdwn b/doc/todo/Add_HTML_support_to_po_plugin.mdwn new file mode 100644 index 000000000..ec29e4f61 --- /dev/null +++ b/doc/todo/Add_HTML_support_to_po_plugin.mdwn @@ -0,0 +1,7 @@ +The HTML page type should be fully supported by the PO plugin: po4a's +HTML support is able to extract translatable strings and to disregard +the rest. + +This is implemented in my po branch, please review. --[[intrigeri]] + +[[!tag patch]] |