[MPlayer-dev-eng] Dutch Translation

Arpi arpi at thot.banki.hu
Sat May 4 16:54:01 CEST 2002


Hi,

> Nope not entirely correct. The gettext thingy that grabs strings to a
> master translate file doesn't work with our mp_msg system. Therefor

hmm. and what about adding it in mp_msg.h ?

- #define mp_msg(mod,lev, args... ) mp_msg_c((mod<<8)|lev, ## args )
+ #define mp_msg(mod,lev, str, args... ) mp_msg_c((mod<<8)|lev,
gettext(str), ## args )


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list