From: Jeff D. <da...@da...> - 2001-11-27 17:29:51
|
On Thu, 22 Nov 2001 12:41:56 -0600 "Victor A. Jimenez Valdez" <vji...@ci...> wrote: > Hi, > > I'm trying to install phpwiki in Spanish but I get the '#' symbols on > the templates, for example: > > ###ROBOTS_META### Yes, all the non-english templates are currently broken in PhpWiki 1.3. I've changed the template syntax from what it was in 1.2, and none of the templates (except the default, english ones) have been updated to the new syntax. The pgsrc also needs to be updated for 1.3. There are a number of new magic pages (like TitleSearch, LikePages, ...) which need to be added, and some of the existing magic pages need to be updated (RecentChanges, FindPage, ...). Finally, the .po files (which contain the translations for the gettextified phrases) also need to be updated. This isn't a showstopper, however --- if some of the translations in the .po file are out of date, the worst that will happen is that some of the PhpWiki output will come out in English... Sorry. (But it is alpha code...) |