]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Discussion_link_not_translated_after_page_update.mdwn
* Don't error out if estcmd fails, just print a warning message. estcmd is
[ikiwiki.git] / doc / bugs / Discussion_link_not_translated_after_page_update.mdwn
1 Joey, I have a problem with translating of Discussion link in my backport
2 of ikiwiki 1.38.
3
4 I've just noticed that it's not translated after page update. In syslog
5 I can see **English** ikiwiki messages. It's a strange, but the problem
6 doesn't occur if I rebuild all my ikiwiki pages via command line
7 (`ikiwki --setup ikiwiki.setup`). In syslog I can see **Polish** messages then.
8
9 Unfortunately I don't know another Polish user of ikiwiki, so I can't ask him
10 to confirm the problem. Maybe Victor Moral can do it? Probably he uses ikiwiki
11 with him Spanish translation.
12
13 --Pawel
14
15 > Well, do you have your setup file configured to use a polish locale?
16 > --[[Joey]]
17
18 >> Now I have :) I've just generated pl\_PL.UTF-8 locale via
19 >> `dpkg-reconfigure locales` and set locale hash to 'pl_PL.UTF-8'
20 >> in my `ikiwiki.setup` file. I also ran `ikiwiki --setup ikiwiki.setup`
21 >> and restarted my Apache2 server. Unfortunately, I can still see
22 >> "Discussion" link instead of "Dyskusja" link after any page update
23 >> via WWW. --Pawel
24
25 >>> A setlocale issue. Now [[bugs/done]] --[[Joey]]
26
27 >>>> I can confirm. Now it works :) Thanks a lot for the fix! --Pawel