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

New v0.4.0-PRERELEASE

Pre-release
Pre-release
Compare
Choose a tag to compare
@Naoghuman Naoghuman released this 15 Nov 20:13
· 104 commits to master since this release

Welcome to Lib-I18n with the new release 0.4.0-PRERELEASE.

The library Lib-I18N allowed the developer to bind easly .properties key (values) to a StringBinding or Callable<String>. So changing the language during runtime in a JavaFX application won't be a problem anymore.
Lib-I18N is written in JavaFX, Maven and NetBeans.

Summary

  • Add 'UnitTests' for the class 'I18NFacade'.
  • Update the ReadMe.

Feature

#17 [test] Add 'UnitTests' for the class 'I18NFacade'.

Documentation

#23 [doc] Update the three example sections in the ReadMe.
#22 [doc] Write basic sub-sections for the core classes.

Refactoring

#25 [api] Remove DefaultI18NValidator from I18NFacade.
#24 [api] Refactore the 'getString()' methods to 'message()' from the interface I18NResourceBundle.

Greetings
Naoghuman