mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
IDE: correctly load macros caption translations of IDEPackager package
This commit is contained in:
parent
dbffeaffae
commit
08f140fe19
@ -520,6 +520,9 @@ begin
|
||||
// IDEConfig package (needed to enable translations e. g. of Ext() macro caption in `Run` -> `Configure Build+Run File`)
|
||||
TranslateUnitResourceStrings('IdeConfStrConsts',
|
||||
Dir+'ide/packages/ideconfig/languages/ideconfstrconsts'+Ext,Lang,FallbackLang);
|
||||
// IDEPackager package (needed to enable translations e. g. of PkgDir() macro caption in `Run` -> `Configure Build+Run File`)
|
||||
TranslateUnitResourceStrings('IdePackagerStrConsts',
|
||||
Dir+'ide/packages/idepackager/languages/idepackagerstrconsts'+Ext,Lang,FallbackLang);
|
||||
// IDEIntf common strings (needed to load translation earlier, when menu captions are initialized).
|
||||
// Affected captions are in `Messages popup`->`Copy`, `Messages popup`->`Help`.
|
||||
TranslateUnitResourceStrings('IdeIntfStrConsts',
|
||||
|
Loading…
Reference in New Issue
Block a user