"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:

| "Man, Okt 25" is the correct fix, then. I'll do the "cvs update" when
| you commit the fix.

Well it should really have been "man, okt 25" since we don't use
capital letters on weekdays and months in Norway.

| Hmmm... Maybe we should internationalize that version string somehow?

Perhaps... If we do that it should be done by adding

N_("Mon");
N_("Tue");
N_("Wed");
N_("Thu");
N_("Fri");
N_("Sat");
N_("Sun");
N_("Jan");
N_("Feb");
N_("Mar");
N_("Apr");
N_("May");
N_("Jun");
N_("Jul");
N_("Aug");
N_("Sep");
N_("Oct");
N_("Nov");
N_("Dec");

To the sources somewhere, so that we would not need an update to the
po files every time we change the release date.

        Lgb

Reply via email to