mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 14:29:31 +02:00
IDE: it is no longer needed to manually call translation callback for LCL package
This commit is contained in:
parent
0c9041f474
commit
92260fbdea
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user