| File | Date | Author | Commit |
|---|---|---|---|
| core | 2026-03-01 |
|
[e9228b] set version 5.0.0 |
| i18n | 2026-03-01 |
|
[e9228b] set version 5.0.0 |
| .editorconfig | 2021-06-05 |
|
[cc1d93] doc |
| .gitignore | 2021-04-14 |
|
[f2125f] ignored Idea files |
| BACKLOG.md | 2026-03-06 |
|
[7fa4d1] removed dependencies to JavaFX and Java Swing |
| CHANGELOG.md | 2026-03-06 |
|
[7fa4d1] removed dependencies to JavaFX and Java Swing |
| LICENSE.txt | 2026-02-27 |
|
[f9172d] license: Update the year |
| README.md | 2026-03-06 |
|
[7fa4d1] removed dependencies to JavaFX and Java Swing |
| THIRD_PARTY_LICENSES.txt | 2014-05-04 |
|
[2d8400] added more info, corrected name of google-gson lib |
| pom.xml | 2026-03-06 |
|
[7fa4d1] removed dependencies to JavaFX and Java Swing |
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.
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.
You may visit the project home at sourceforge for updates and there is a blog too.
You may find compiled binaries at
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.