I have a database full of translations I’d like to generate either .po or .mo files. I’m using C#, but I could also port an implementation from PHP if one exists. I can’t find any examples in any languages using anything other than GNUs gettext utilities. Does anyone know of one?
Share
After reading through the spec it looks to be a fairly simple format. Not as pretty as XML but at least every element starts with a unique sequence.