Hi Roel, There's some "I18N" support in Remind
pi@aplus /shared/remind-03.01.13/src/langs $ ls danish.h english.h french.h icelandic.h norwgian.h portbr.h spanish.h dutch.h finnish.h german.h italian.h polish.h romanian.h pi@aplus /shared/remind-03.01.13/src/langs $ The dutch.h header file has day names, month names etc. It's controlled by a compiler FLAG #ifndef LANG /* Allow for definition on compiler command line */ #define LANG ENGLISH #endif There's details of how to use that stuff in the README.UNIX file. Regards, Dougie 2015-05-23 8:01 GMT+01:00 Roel Wagenaar <[email protected]>: > L.S. > > Is Remind transalatable, or are all text hardcoded? > > -- > Roel Wagenaar, > > Linux-User #469851 with the Linux Counter; http://linuxcounter.net/ > > Antw.: Omdat het de volgorde verstoord waarin mensen tekst lezen. > Vraag: Waarom is top-posting een slechte gewoonte? > Antw.: Top-posting. > Vraag: Wat is het meest ergerlijke in e-mail? > > What happens if you get scared half to death twice? > _______________________________________________ > Remind-fans mailing list > [email protected] > http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans > Remind is at http://www.roaringpenguin.com/products/remind > -- http://twitter.com/DougieLawson _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
