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

(cherry picked from commit 92260fbdea)
This commit is contained in:
Maxim Ganetsky 2021-12-07 17:21:48 +03:00
parent 39f87cd554
commit 2aff8ed2aa

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 }