Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

New release v0.8.0

Latest
Compare
Choose a tag to compare
@Naoghuman Naoghuman released this 28 Apr 11:38

Welcome to Lib-I18n with the new release 0.8.0.

The library Lib-I18N allows a developer to bind a key-value pair of a.properties file to a StringBinding. This makes it very easy to change the language during runtime in a JavaFX application.
Lib-I18N is written in JavaFX, Maven and NetBeans.

Summary

  • Implement a demo which shows how easy an application becomes multilingual in four steps 😄 .
  • Extend the ReadMe with a new chapter 'Demo'.
  • Fix some minor bugs (test files are copied into the .jar file).

Bug

#89 [bug] Test log4j2.xml is copied into the jar file.
#88 [bug] Test .properties files are copied in the jar file.

Feature

#92 [test] Implement 'about' into the demo application.
#90 [test] Implement functionalities in the demo to switch the language during runtime.
#86 [test] Create basic demo application structure.

Documentation

#87 [doc] Add new section 'Demo'.
#85 [doc] Switch the two sections 'Examples' and 'Features.

Greetings
Naoghuman