Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2005 12:03:02 +0200
From:      Rudolf Cejka <cejkar@fit.vutbr.cz>
To:        freebsd-doc@freebsd.org
Subject:   Re: Are there any directions, how to translate usergroups.xml?
Message-ID:  <20050908100302.GA53144@fit.vutbr.cz>
In-Reply-To: <20050908094102.GA51115@fit.vutbr.cz>
References:  <20050908092850.GA48318@fit.vutbr.cz> <20050908094102.GA51115@fit.vutbr.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Rudolf Cejka wrote (2005/09/08):
> - How can I use translating for continent names? I tried to defined new
>   group id="continent", but without any success.
> - How can I distinguish anchor names, so they contain just ascii
>   characters, without national characters?

Hope the last mail: It seems, that I finally found it - I have to use
group id="continents". However, now I have

  # for mirrors.xml:
  <group id="country">
    <word>
      <orig>Australia</orig>
      <tran>Austrálie</tran>
    </word>
  </group>

  # for usergroups.xml:
  <group id="continents">
    <word>
      <orig>Australia</orig>
      <tran>Austrálie</tran>
    </word>
  </group>

which produces wrong "AustrálieAustrálie" in index.html and
usergroups.html, so there seems to be some bug in transtable-lookup.

Regards.

-- 
Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050908100302.GA53144>