[DOCS] Generate Windows MO files in Linux
I use PostgreSQL 8.0.1 in Windows, so I did a download of postgresql-8.0.1.tar.gz file using Linux, edited the pt_BR.po translation for psql using KBabel, generate the psql.mo file using "msgfmt --statistic -v -c -o psql.mo pt_BR.po" which returned "496 messages translateds", and moved the psql.mo file to E:\Program Files\PostgreSQL\8.0\share\locale\pt_BR\LC_MESSAGES\psql.mo in Windows. It is working fine, but it is OK! I couldn't find anything about generating MO files for Windows in the documentation. Thanks, Halley Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
Re: [DOCS] process hangs when converting sgml documentation to PDF
I have a Red Hat Linux 9.0 installed just to convert SGML to RTF, once it hangs in Fedora Core 3. Halley __ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
Re: [DOCS] Generate Windows MO files in Linux
Hi Halley, > It is working fine, but it is OK! I couldn't find anything about > generating MO files for Windows > in the documentation. > The documentation don't talk about tools to handle it. Maybe a patch? The poedit (www.poedit.org) is used to do the job on Windows. PS> We need to talk in private about pt_BR docs Euler Taveira de Oliveira euler[at]yahoo_com_br Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
Re: [DOCS] Generate Windows MO files in Linux
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/ ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
