Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Localization

Leonhard edited this page Aug 18, 2020 · 21 revisions

WIP

Modules required:

The API of the localization system used in SimplixCore can be found in the simplixcore-common-api module and the implementation in the simplixcore-common-implementation module.

#1 #2

Common-API:

<dependency>
  <groupId>dev.simplix</groupId>
  <artifactId>simplixcore-common-api</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Clone this wiki locally