Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: i18n



Christian Gmeiner wrote:

Hi Maillinglist.
I am writing the new dxr3 plugin. Now i want to add i18n, there is are now 18 supported languages.
This is what i found out:
vdr 1.1.32 -> 16 languages
vdr 1.3.2 -> 17 languages
vdr 1.3.? -> 18 languages
Could somebody tell me, which version do support 18 languages?
I think >= 1.3.7

grep "I18nNumLanguages =" vdr-1.*/i18*h
vdr-1.3.0/i18n.h:const int I18nNumLanguages = 16;
vdr-1.3.6/i18n.h:const int I18nNumLanguages = 17;
vdr-1.3.7/i18n.h:const int I18nNumLanguages = 18;
vdr-1.3.8/i18n.h:const int I18nNumLanguages = 18;

Achim




Home | Main Index | Thread Index