Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
For example in
xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/target/classes/ApplicationResources.properties
around line 4566:
#@deprecated platform.extension.updater.reloadHint platform.extension.distributionWizard.extensionsStepReloadHint=... annotations.title=Annotations ... more translations following
The annotation not only applies to 'platform.extension.distributionWizard.extensionsStepReloadHint', but also to 'annotations.title' (and seemingly all following translation keys, e.g.:
sometimes this seems even to cause translations be moved to different keys than the deprecated ones:
Seems the value of the last key has been used instead of the deprecated one to move that translation:
#@deprecated admin.analytics.account.description admin.analytics.sectiondesc=... dashboard.gadget.actions.tooltip=....