diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-10 18:29:20 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-10 18:29:20 -0400 |
commit | bb09a1f0010b749ac466f658b1a588bb2734bd84 (patch) | |
tree | 6ce9487f16f566b486420871d886d65a83b0cd13 /doc | |
parent | d5eb5401496db1d7374a23f996e6924338d14ae2 (diff) | |
parent | a8761a086ebf353192e4721090ff11d3f67707b6 (diff) | |
download | ikiwiki-bb09a1f0010b749ac466f658b1a588bb2734bd84.tar ikiwiki-bb09a1f0010b749ac466f658b1a588bb2734bd84.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/More_flexible_po-plugin_for_translation.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/More_flexible_po-plugin_for_translation.mdwn b/doc/todo/More_flexible_po-plugin_for_translation.mdwn new file mode 100644 index 000000000..3399f7834 --- /dev/null +++ b/doc/todo/More_flexible_po-plugin_for_translation.mdwn @@ -0,0 +1,5 @@ +I have a website with multi-language content, where some content is only in English, some in German, and some is available in both languages. + +The po-module currently has only one master-language, with slave languages, and a PageSpec should be considered. + +It would be nice to flag the content which should have a translation on a file-by-file basis (with some inline directive?) which could contain the information of the master-language for that file and the desired target-languages. |