BogusTrivia Advanced Settings

Day and Month Language Translations

I am currently working on support for language files for BogusTrivia. Until that can be accomplished I've add a section in the t-2.tcl for users to easily add their own Day and Month translations. You will find this setting on line 174 of the t-2.tcl. Simply remove the # character from the beginning of the line and edit each name in the list you wish to replace with your own language.

Translations

Translate Day & Month Names

#set t2(days1) {
#MONDAY
#TUESDAY
#WEDNESDAY
#THURSDAY
#FRIDAY
#SATURDAY
#SUNDAY
#}

#set t2(days2) {
#Monday
#Tuesday
#Wednesday
#Thursday
#Friday
#Saturday
#Sunday
#}

#set t2(mons1) {
#JANUARY
#FEBRUARY
#MARCH
#APRIL
#MAY
#JUNE
#JULY
#AUGUST
#SEPTEMBER
#OCTOBER
#NOVEMBER
#DECEMBER
#}

#set t2(mons2) {
#January
#February
#March
#April
#May
#June
#July
#August
#September
#October
#November
#December
#}