When you pull a library defining it in pkgmeta, the packager ignores all @something verbs
This rendere, for example, useless the localization for libraries.
This was working with the old packager.
I already raised this bug but was told that behaviour was the same in old packager but this is not true. checked all zips and keyowrd substitution was managed for files pulled via pkgmeta
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Looks like tags are honored again BUT a new issue raised:
Localization tags are pulling localization from the embedding addon, not from the embedded one.
This makes localization unusable for libraries.
You can check my addon OrderHallCommander
The file libs/LibInit/LibInit.lua (pulled from LibInit) no longer ends with
--@do-not-package@
-- Packager stil not honoring this tag
--@end-do-not-package@
but when you check the file libs/LibInit/Localization.lua you see that it contains localization keys from OrderHallCommander, not from LibInit
Please, raise this issue priority, it's impacting all libraries developers
When you pull a library defining it in pkgmeta, the packager ignores all @something verbs
This rendere, for example, useless the localization for libraries.
This was working with the old packager.
I already raised this bug but was told that behaviour was the same in old packager but this is not true. checked all zips and keyowrd substitution was managed for files pulled via pkgmeta