[Mplayer-dev-eng] mplayer & NLS
Nick Kurshev
nickols_k at mail.ru
Wed Aug 22 12:02:19 CEST 2001
Hello!
I think that NLS in mplayer should be slightly modified.
1. If someone will want to add new messages in help files
we will have a lot of problem since they will not be defined in
transalted files
2. If they will be changed in the future we will have the same problems
I guess mplayer should contain something like:
#include "help_mp-XX.h"
#include "help_mp-en.h"
The help_np-en.h should be rewritten as:
#ifndef MSGTR_YYYY
#define MSGTR_YYYY "yyyy"
#endif
It could solve those problems
Best regards! Nick
_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
More information about the MPlayer-dev-eng
mailing list