Menu

Tree [7fa4d1] develop /
 History

HTTPS access


File Date Author Commit
 core 2026-03-01 Michael Groß Michael Groß [e9228b] set version 5.0.0
 i18n 2026-03-01 Michael Groß Michael Groß [e9228b] set version 5.0.0
 .editorconfig 2021-06-05 Michael Groß Michael Groß [cc1d93] doc
 .gitignore 2021-04-14 Michael Groß Michael Groß [f2125f] ignored Idea files
 BACKLOG.md 2026-03-06 Michael Groß Michael Groß [7fa4d1] removed dependencies to JavaFX and Java Swing
 CHANGELOG.md 2026-03-06 Michael Groß Michael Groß [7fa4d1] removed dependencies to JavaFX and Java Swing
 LICENSE.txt 2026-02-27 Michael Groß Michael Groß [f9172d] license: Update the year
 README.md 2026-03-06 Michael Groß Michael Groß [7fa4d1] removed dependencies to JavaFX and Java Swing
 THIRD_PARTY_LICENSES.txt 2014-05-04 michael michael [2d8400] added more info, corrected name of google-gson lib
 pom.xml 2026-03-06 Michael Groß Michael Groß [7fa4d1] removed dependencies to JavaFX and Java Swing

Read Me

Purpose

I needed a system to translate messages and didn't find anything that works as I need.
So I wrote my own system. It includes a fallback if only a part of the messages are translated yet. Further, it uses enums instead of strings to be sure from typos.

This library holds also various useful helpers - things I already implemented so you don't need to invent the wheel twice.

Java 21 or later is required.

Name

As a hobby developer I must carefully avoid to use a brand name by accident, hence the unusual name. Also, flip-flops are a world-wide cultural heritage.

Resources

You may visit the project home at sourceforge for updates and there is a blog too.

You may find compiled binaries at

Modules

  • core: A collection of various small classes useful for development with the Java ecosystem.
  • i18n: A simple but powerful system for internationalization (I18n).

External dependencies except for testing

  • core: None
  • i18n: None

Licence

The licence for this project is in the text file LICENSE.txt.
Licences for components from third parties are in the text file THIRD_PARTY_LICENSES.txt.

MongoDB Logo MongoDB