At last release of i18n package you didn't include solution for this bug.
Also solution:
1. Open i18nLocalizer.pas
2. Find "procedure TTranslator.EndUpdate;"
3. Replace this:
- Code: Select all
if TWinControl(Owner).HandleAllocated then
begin
on this:
- Code: Select all
if TWinControl(Owner).HandleAllocated and TWinControl(Owner).Visible then
begin
4. Save and rebuild BPL's..
5. ????
6. PROFIT!
Thanks for attention.