|
From: <las...@Su...> - 2001-05-17 09:48:27
|
Hi, This is mostly finished now, I have on issue to be sorted. The fallback is basically a merge of trees according to a couple of locale related environment variables. The ones I consider are LC_MESSAGES, LC_ALL and LANG. I take the locale list from whichever is first set (in the order described previously) and use that. E.g. if LC_MESSAGES is da:de:en_US then these three category trees plus the C locale tree at the end get merged and the result is returned. What doesnt happen is to try to find partial locale trees if the full locale ones are not available. Example: if LC_MESSAGES is es:pt_BR:C then I check for es, pt_BR and C, but I dont check for pt if pt_BR is not there. Do people think this is ok or it should be changed (so that it would check for pt if pt_BR is not there)? Thanks, Laszlo |