diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-07 21:27:00 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-07 21:27:00 +0100 |
commit | 34ab884242fd23139b7d4ccc9ab368468d501186 (patch) | |
tree | d3265d67c56cd0b9140c1316daa753a10af83588 /doc/plugins | |
parent | 14415a2b67f94691572028d2e0f2c99a2e3244fc (diff) |
po: implemented linking/backlinks specification for po_link_to=negotiated
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 4f6212ff4..a010dbb7e 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -249,12 +249,7 @@ be fixed by something like [[todo/using_meta_titles_for_parentlinks]]. #### `po_link_to = negotiated` -If a given translatable `sourcepage.mdwn` links to \[[destpage]], -`sourcepage.LL.po` also link to \[[destpage]], and the latter has the -master page *and* all its translations listed in the backlinks. On the -other hand, translations of `destpage` get none of these backlinks. -What would be nice is: - +This is now implemented: - if a translatable page links to another translatable page: the master destpage gets a backlink to the master sourcepage, and every slave destpage gets a backlink to the corresponding slave sourcepage |