[Mono-list] [semi off-topic] po files on .NET
xavier de Blas
xavi at xdeblas.com
Wed Jun 14 13:36:00 EDT 2006
Hello
El dt 13 de 06 del 2006 a les 07:46 -0400, en/na Gonzalo Paniagua Javier
va escriure:
> On Tue, 2006-06-13 at 10:55 +0200, xavier de Blas wrote:
> > Hello all
> >
> > My application: Chronojump, works on GNU/Linux using Mono, and on
> > Windows using .NET.
> > Does anyone know how to use/convert the po or the mo files to be used
> > on .NET ?
> >
> > I'm posting this also on gnome-i18n List, sorry for the cross-posting.
>
> Mono resgen.exe has limited support for converting from .po
> to .resources.
>
I tried using resgen like this:
$ resgen es.po es.resources
but it prints this error:
Error: Invalid format. Line: 25
This error message is printed everytime it finds : 'msgid""' ,like here:
msgid ""
"Main\n"
"options"
i fixed all this in the .po, but then it fails with:
Error: Resource already present: Simple
and it has created a es.resources with 0 bytes.
Do you know what to do?
And, when done, how to call it from the program?
Do you know any application who managed to work?
Thanks a lot
> -Gonzalo
>
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list