[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.111,1.112

Diego Biurrun diego at biurrun.de
Mon Nov 3 03:40:19 CET 2003


Diego Biurrun writes:
 > Richard Felker CVS writes:
 >  > -#define MSGTR_EnterTelecineMode "\ndemux_mpg: 3:2 TELECINE detected, enabling inverse telecine fx.\nFPS changed to %5.3f!\n"
 >  > +#define MSGTR_EnterTelecineMode "\ndemux_mpg: 24fps progressive NTSC content detected, switching framerate.\n"
 > 
 > Shouldn't we also change
 > 
 > 	    mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_EnterTelecineMode,sh_video->fps);
 > 
 > in libmpdemux/video.c to
 > 
 > 	    mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_EnterTelecineMode);
 > 
 > ?

As Rich pointed out in IRC the translations still have that line.  The
solution IMHO is to just remove the line from all translated files, it
has to be redone anyways.

Maybe we should even make this into policy.  This way people will
always get up to date messages and translators will not forget to
update some messages.  Missing messages always get noticed, reworded
messages sometimes do not.

Diego



More information about the MPlayer-DOCS mailing list