On Sun, Oct 29, 2000 at 02:12:31AM +0200, Josip Rodin wrote: > On Sun, Oct 29, 2000 at 01:58:32AM +0200, Denis Barbier wrote: > > > > > > Why do the slices in <bfcvsroot> "leak" to all translations? I see > > > > > > both > > > > > > "userid" (English) and "användar-id" (Swedish) in the .sv.html > > > > > > version > > > > > > of the pages in doc/ > > > > > > > > > > Hrm, it's like that in English, too... :( Denis, is this a bug in > > > > > slice? > > > > > > > > I do not see what you are talking about, please give me an URL or > > > > commands to retrieve a specific cvs module. > > > > > > It's on http://www.debian.org/doc/admin-manuals for example. > > > The code is at :pserver:[EMAIL PROTECTED]:/cvs/webwml > > > webwml/english/doc/ > > > > This is not a bug. Input looks like > > [EN: some text [EN:userid:][SV:användar-id:]:] > > So when requesting UNDEFuEN, slice writes > > some text useridanvändar-id > > which is right. In fact, you want to show UNDEFuEN\SV. > > I think that the slice documentation is quite clear about nested slices. > > This behaviour is so unintuitive. Can you please fix it to do what would be > obvious?
No, Josip, and i will try to explain why. Suppose that admin-manuals contain informations for i386 and sparc architectures, with slices I386 and SPARC. With current behaviour, you can tell -o (UNDEF+(ENnI386):admin-manuals-i386.en.html -o (UNDEF+(SVnI386):admin-manuals-i386.sv.html -o (UNDEF+(ENnSPARC):admin-manuals-sparc.en.html -o (UNDEF+(SVnSPARC):admin-manuals-sparc.sv.html If i follow your suggestion, this is not possible anymore. Denis

