From: Matthew P. <mp...@he...> - 2004-06-16 11:35:25
|
I'm dealing with the backlog of Debian phpwiki bugs, and I've come across one which doesn't appear to have been dealt with upstream yet. The problem is a discrepancy between the po translation of 'RecentChanges' and the name of the RecentChanges equivalent in the german pgsrc. The page name is "FrischeSeiten", while the po translation is "NeuesteAnderungen" (with an accent over the 'A'). I don't know German, so I can't comment as to which one is better, but I think the two should certainly have the same name. For the original bug report, see http://bugs.debian.org/245812. - Matt |
From: Reini U. <ru...@x-...> - 2004-06-16 13:11:05
|
Matthew Palmer schrieb: > I'm dealing with the backlog of Debian phpwiki bugs, and I've come across > one which doesn't appear to have been dealt with upstream yet. > > The problem is a discrepancy between the po translation of 'RecentChanges' > and the name of the RecentChanges equivalent in the german pgsrc. The page > name is "FrischeSeiten", while the po translation is "NeuesteAnderungen" > (with an accent over the 'A'). > > I don't know German, so I can't comment as to which one is better, but I > think the two should certainly have the same name. > > For the original bug report, see http://bugs.debian.org/245812. Sorry, cannot reproduce. po/de.po has "NeuesteÄnderungen" for "RecentChanges". Exactly since 1.3.5 (Revision 1.82, Updated translation strings from Helmer Pardun.) There still exists locale/de/pgsrc/FrischeSeiten for legacy reasons, but the links should all show "NeuesteÄnderungen". But I stumbled across another bug with such pagenames. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Reini U. <ru...@x-...> - 2004-06-16 13:50:50
|
Reini Urban schrieb: > There still exists locale/de/pgsrc/FrischeSeiten for legacy reasons, > but the links should all show "NeuesteÄnderungen". > > But I stumbled across another bug with such pagenames. The above mentioned bug only affected PageDump'ing such foreign names, which is fixed now. Wrong arguments to Button() -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Matthew P. <mp...@he...> - 2004-06-16 22:23:11
|
On Wed, Jun 16, 2004 at 03:10:58PM +0200, Reini Urban wrote: > Matthew Palmer schrieb: > >I'm dealing with the backlog of Debian phpwiki bugs, and I've come across > >one which doesn't appear to have been dealt with upstream yet. > > > >The problem is a discrepancy between the po translation of 'RecentChanges' > >and the name of the RecentChanges equivalent in the german pgsrc. The page > >name is "FrischeSeiten", while the po translation is "NeuesteAnderungen" > >(with an accent over the 'A'). > > > >I don't know German, so I can't comment as to which one is better, but I > >think the two should certainly have the same name. > > > >For the original bug report, see http://bugs.debian.org/245812. > > Sorry, cannot reproduce. > po/de.po has "Neueste?nderungen" for "RecentChanges". > Exactly since 1.3.5 (Revision 1.82, Updated translation strings from > Helmer Pardun.) > > There still exists locale/de/pgsrc/FrischeSeiten for legacy reasons, > but the links should all show "Neueste?nderungen". That's the problem. The links all point to a page called "Neueste?nderungen", but the page they should be heading for is "FrischeSeiten". - Matt |
From: Reini U. <ru...@x-...> - 2004-06-17 12:46:30
|
Matthew Palmer schrieb: > On Wed, Jun 16, 2004 at 03:10:58PM +0200, Reini Urban wrote: > >>Matthew Palmer schrieb: >> >>>I'm dealing with the backlog of Debian phpwiki bugs, and I've come across >>>one which doesn't appear to have been dealt with upstream yet. >>> >>>The problem is a discrepancy between the po translation of 'RecentChanges' >>>and the name of the RecentChanges equivalent in the german pgsrc. The page >>>name is "FrischeSeiten", while the po translation is "NeuesteAnderungen" >>>(with an accent over the 'A'). >>> >>>I don't know German, so I can't comment as to which one is better, but I >>>think the two should certainly have the same name. >>> >>>For the original bug report, see http://bugs.debian.org/245812. >> >>Sorry, cannot reproduce. >>po/de.po has "Neueste?nderungen" for "RecentChanges". >>Exactly since 1.3.5 (Revision 1.82, Updated translation strings from >>Helmer Pardun.) >> >>There still exists locale/de/pgsrc/FrischeSeiten for legacy reasons, >>but the links should all show "Neueste?nderungen". > > > That's the problem. The links all point to a page called > "Neueste?nderungen", but the page they should be heading for is > "FrischeSeiten". No, the other way round. FrischeSeiten was renamed to NeuesteÄnderungen with 1.3.5. I just updated to old links in SeiteFinden, StartSeite and GeringfügigeÄnderungen. action=upgrade (in PhpWikiSystemverwalten - Upgrade) should bring the new pages uptodate. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |