summaryrefslogtreecommitdiff
path: root/doc/todo/po:_rethink_pagespecs.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-09-15 14:39:42 +0200
committerintrigeri <intrigeri@boum.org>2010-09-15 14:39:42 +0200
commit852cc25f3b5d0f7b026e37a6231334edc92d367f (patch)
treef4200a57cedd0da68506a4952ff714da77d9da5d /doc/todo/po:_rethink_pagespecs.mdwn
parent3371ef20f6c9bcdd35b52f25427cd5d1c7826534 (diff)
reply
Diffstat (limited to 'doc/todo/po:_rethink_pagespecs.mdwn')
-rw-r--r--doc/todo/po:_rethink_pagespecs.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/todo/po:_rethink_pagespecs.mdwn b/doc/todo/po:_rethink_pagespecs.mdwn
index 686f3e77d..98c7ff655 100644
--- a/doc/todo/po:_rethink_pagespecs.mdwn
+++ b/doc/todo/po:_rethink_pagespecs.mdwn
@@ -14,14 +14,18 @@ default when locking pages.) --[[Joey]]
>> with a specified locaction, as happens whenever a PageSpec is
>> used on a page, then it should match only `currentlang()`. If it
>> is used without a location, as in the setup file, then no such limit.
->>
+
+>>> Ok. --[[intrigeri]]
+
>> Note that
>> `match_currentlang` currently dies if called w/o a location -- if
>> it instead was always true w/o a location, this would just mean that
>> all pagespecs should have `and currentlang()` added to them. How to
>> implement that? All I can think of doing is wrapping
>> `pagespec_translate`.
->>
+
+>>> Seems doable. --[[intrigeri]]
+
>> The only case I've found where it does make sense to match other
>> language pages is on `l10n.ikiwiki.info` when listing pages that
>> need translation.