8000 GitHub - kryptonbutterfly/Localizer4J: A localization editor with special sauce for java projects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kryptonbutterfly/Localizer4J

Repository files navigation

Localizer4J Maven Package

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.

Getting the latest release

<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>

Downloads

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

About

A localization editor with special sauce for java projects.

Topics

Resources

License

Stars

Watchers

Forks

0