Makes the fallback language configurable

This commit is contained in:
2023-01-25 16:03:50 +01:00
parent 4f7f33be27
commit 341fce44e5
2 changed files with 9 additions and 2 deletions

View File

@@ -84,5 +84,11 @@
<version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>