This library helps with the internationalisation of an application; it allows the generation of properties files for ResourceBundle from annotated Strings in the code.
Refer also to foundation-i18n-ap
Documentation
- Maven POM
<dependency> <groupId>org.tquadrat.library</groupId> <artifactId>org.tquadrat.foundation.i18n</artifactId> <version>0.25.12</version> </dependency> - Gradle
dependencies { … //---* The tquadrat Foundation Internationalisation stuff *-------------- implementation 'org.tquadrat.library:org.tquadrat.foundation.i18n:0.25.12' annotationProcessor 'org.tquadrat.tool:org.tquadrat.foundation.i18n.ap:0.25.12' … } // dependencies
The current version for the annotation processor can be different from that for this component.
Last updated: 2026-06-05T22:58:23.157262223+02:00[Europe/Berlin]