From: Brian <br...@br...> - 2002-08-06 14:36:49
|
Well this is a good idea for now, but i think we should move language support out of the config file. Maybe we can use one file per language. I've added some more strings to config.inc and fixed the register form. Also i will make the register form more comfortable. Brian >3) global $lang array. This is very alpha. This is just an idea how >languages could be managed. In the very end of all that list there is line >where global array $text is set the value of current language. This is >because it is shorter to write $text['back'] than >$text[$conf['language']]['back']. |