IDE: it is no longer needed to manually call translation callback for LCL package

This commit is contained in:
Maxim Ganetsky 2021-12-07 17:21:48 +03:00
parent 0c9041f474
commit 92260fbdea

View File

@ -517,9 +517,6 @@ begin
// Debugger GUI
TranslateUnitResourceStrings('DebuggerStrConst',
Dir+'languages/debuggerstrconst'+Ext,Lang,FallbackLang);
// LCL
TranslateUnitResourceStrings('LCLStrConsts',
Dir+'lcl/languages/lclstrconsts'+Ext,Lang,FallbackLang);
end;
{ TLazarusTranslations }