From: Ambrose Li <ac...@ad...> - 2005-08-18 20:20:24
|
Hi On Thu, Aug 18, 2005 at 01:06:05PM +0200, Richard Golier wrote: > my question: can i try the translated .po file without having to recompile all > the gaim? i figured out i need to replace the existing .mo file. but how to > convert .po to .mo? msgfmt -cvo sk.gmo sk.po Then replace (as root) the sk.gmo in your gaim with the resulting sk.gmo file. This should work, but I find that sometimes it doesn't. (I don't know why.) If it doesn't work for any reason you'll have to recompile gaim. (The "cv" is not necessary, but if there are errors in the file the "c" will tell you, and if there are no errors the "v" will show you some information, so I always use "-cvo" instead of just "-o".) > > --pholie Regards, Ambrose |