Detail
Detail
Enhancement
(User-visible)
Translations are generated from the source code of TopLogic files for special classes, e.g. tl:ConfigurationItems or tl:ConfiguredInstance. These are classes for which it is assumed that they can be displayed or selected in the UI.
There is the annotation @InApp which is used in some places to be able to select them in configuration-based forms.
Translations should also be generated for these classes.
Test
- Create a new class and annotate it with @InApp.
- Generate Javadoc
- Expectation: Translations were generated for the new class.