aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Discussion_link_not_translated_in_post.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-07 23:48:00 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-07 23:48:00 +0000
commit5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2 (patch)
treeffcb4140ff043880ebb84b2b8d38cd3e64d0807a /doc/bugs/Discussion_link_not_translated_in_post.mdwn
parent1fe10b61149821571bd74da712b381a63afeaee6 (diff)
downloadikiwiki-5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2.tar
ikiwiki-5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2.tar.gz
massive naming and userlink patch from Paweł Tęcza
Diffstat (limited to 'doc/bugs/Discussion_link_not_translated_in_post.mdwn')
-rw-r--r--doc/bugs/Discussion_link_not_translated_in_post.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/bugs/Discussion_link_not_translated_in_post.mdwn b/doc/bugs/Discussion_link_not_translated_in_post.mdwn
index 9238d2d18..60e87524a 100644
--- a/doc/bugs/Discussion_link_not_translated_in_post.mdwn
+++ b/doc/bugs/Discussion_link_not_translated_in_post.mdwn
@@ -1,5 +1,5 @@
In my sent post (without Polish characters in title, of course ;) ) I still
-can see "Discussion" link, instead of Polish "Dyskusja" link. --Pawel
+can see "Discussion" link, instead of Polish "Dyskusja" link. --[[Paweł|ptecza]]
> I don't know what post you're referring to, more details please.
> --[[Joey]]
@@ -10,9 +10,9 @@ can see "Discussion" link, instead of Polish "Dyskusja" link. --Pawel
>> So, I sent the post to my blog and I can see that "Discussion" link
>> from `inlinepage.tmpl` file is not translated to Polish. Now I hope
->> you know what I mean :) --Pawel
+>> you know what I mean :) --[[Paweł|ptecza]]
->>> Joey, what about my bug report? ;) --Pawel
+>>> Joey, what about my bug report? ;) --[[Paweł|ptecza]]
>>>> Found and [[fixed|bugs/done]] --[[Joey]].
@@ -49,7 +49,7 @@ can see "Discussion" link, instead of Polish "Dyskusja" link. --Pawel
>>>>> (3) $config{locale}=pl_PL.UTF-8
>>>>> (3) $ENV{LANG}=pl_PL.UTF-8
>>>>>
->>>>> Is it a useful information for you? :) --Pawel
+>>>>> Is it a useful information for you? :) --[[Paweł|ptecza]]
>>>>>> Not really.. I was able to reproduce the problem you desciribed and
>>>>>> my changes fixed the problem I reproduced. --[[Joey]]
@@ -60,7 +60,7 @@ can see "Discussion" link, instead of Polish "Dyskusja" link. --Pawel
>> Yes, now it's fixed :) Thank you very much, Joey!
>> BTW, what about translating buttons to editing page ("Save Page",
->> "Preview" and "Cancel")? There are still hard-coded :( --Pawel
+>> "Preview" and "Cancel")? There are still hard-coded :( --[[Paweł|ptecza]]
>>> Those come via the formbuilder form, and currently my best plan for
>>> them is to add templates for them, as described in [[translation]]