Greetings, I was considering the issue of languages and calendar systems and would like to get some input from the group on the matter. Taking DateTime::Calendar::Ethiopic as a specific example, should languages then go under DateTime::Calendar::Ethiopic::Language::<locale> ?
Versus possibly DateTime::Language::Calendar::Ethiopic::<locale> ? I favor the first option, but then I also favor Gregorian:: as a name space and no default calendar system being assumed... ;-) Actually, if Gregorian modules and data went under ::Calendar::Gregorian:: and ::Calendar::Gregorian::Language:: the issue goes away I think. But if that is not going to happen, would a DateTime::Calendar::Ethiopic::Language module really be needed or should we rely on DateTime::Language to know the calendar system and do the right thing? thanks, /Daniel
