A Language file Editor with special sauce for java projects.
This program enables you to edit language files.
Supported file types are .properties
, .json
and any key-value based files using delimiters, with UTF-8 encoding.
When editing a language file the application will indicate translations missing from the current language file.
When creating translations for a java project the sources can be linked. After linking the editor will search for all String literals in the program and display the occurences of translations within the source code.
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/kryptonbutterfly/maven-repo</url>
</repository>
<dependency>
<groupId>de.tinycodecrank</groupId>
<artifactId>localizer4j</artifactId>
<version>3.0.1</version>
</dependency>
java version | app version | jar | deb |
---|---|---|---|
18+ | 3.0.1 | localizer4j-3.0.1.jar | Localizer4J-3.0.1.deb |
18+ | 2.4.0 | Localizer4J.jar | Localizer4J-2.4.0.deb |