11.1.2 pom.xml
This step is optional. It is only necessary if you plan on programmatically making use of i18n, thus to lookup a translation or format a number or date from Java code.
In the pom.xml of your module, add the following dependency:
<dependency>
<groupId>org.kauriproject</groupId>
<artifactId>kauri-i18n-api</artifactId>
<version>${version.kauri}</version>
</dependency>
Previous