[rt-devel] RT-3.0.9 overview.
Ruslan U. Zakirov
cubic at acronis.ru
Mon Mar 15 13:11:55 EST 2004
Jesse Vincent wrote:
>
> On Mar 15, 2004, at 12:59 PM, Ruslan U. Zakirov wrote:
>
>> Didn't try it.
>> I think that this patch incomplete.
>
>
>> select count(1) from Users where Lang is null or Lang = '';
>> +----------+
>> | count(1) |
>> +----------+
>> | 31274 |
>> +----------+
>> What language setting do they get?
>
>
> They get whatever language Locale::Maketext autodetects.
>
>
>
>> IMHO
>> 1) we should introduce RT::DefaultLang. That admins who support only
>> one lang with RT could select local lang.
>
>
> Yes, for testing purposes, I didn't include this in the patch I asked
> you to test.
Ok, I'll test it tomorrow. I'm falling asleep. Nightly RT update :)
merging, fixing :)
>
>>
>
>> But I've tested another approach: update Users set Lang = 'en' where
>> id = 1 or id = 10;
>
>
> That's very, very hacky and exactly what I was trying to avoid :/
I know. I'll test your.
>
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.bestpractical.com
> http://lists.bestpractical.com/mailman/listinfo/rt-devel
More information about the Rt-devel
mailing list