Changeset 42


Ignore:
Timestamp:
Jul 14, 2016, 1:26:39 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Wrong interface translation in case of automatic english language.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CoolTranslator/UCoolTranslator.pas

    r10 r42  
    322322  I: Integer;
    323323begin
     324  Result := '';
    324325  if Text <> '' then begin
    325326    for I := 0 to FPoFiles.Count - 1 do begin
     
    406407    Lang := FOnAutomaticLanguage(Lang);
    407408  end;
    408 
    409   if Lang = 'en' then Lang := ''; // English files are without en code
    410409
    411410  Result := Lang;
Note: See TracChangeset for help on using the changeset viewer.