X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 109DD52956 for ; Fri, 10 Jun 2005 14:28:04 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 89846-08 for ; Fri, 10 Jun 2005 17:27:55 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id 80AE252921 for ; Fri, 10 Jun 2005 14:27:54 -0300 (ADT) Received: (qmail invoked by alias); 10 Jun 2005 17:27:54 -0000 Received: from dsl-082-083-252-231.arcor-ip.net (EHLO colt.pezone.net) [82.83.252.231] by mail.gmx.net (mp029) with SMTP; 10 Jun 2005 19:27:54 +0200 X-Authenticated: #495269 From: Peter Eisentraut To: Halley Pacheco de Oliveira Subject: Re: Generate Windows MO files in Linux Date: Fri, 10 Jun 2005 19:27:53 +0200 User-Agent: KMail/1.8.1 Cc: pgsql-docs@postgresql.org References: <20050610111415.83870.qmail@web52710.mail.yahoo.com> In-Reply-To: <20050610111415.83870.qmail@web52710.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506101927.53471.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.012 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200506/17 X-Sequence-Number: 3110 Halley Pacheco de Oliveira wrote: > It is working fine, but it is OK! I couldn't find anything about > generating MO files for Windows in the documentation. The MO files are generated automatically by the build process if you configured with --enable-nls. I don't think it matters whether Windows is involved, as the gettext tools are evidently available there. -- Peter Eisentraut http://developer.postgresql.org/~petere/