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

New v0.6.0 Release

Compare
Choose a tag to compare
@Naoghuman Naoghuman released this 24 Nov 00:12
· 76 commits to master since this release

Welcome to Lib-I18n with the new release 0.6.0.

The library Lib-I18N allowed the developer to bind easly .properties key (values) to a StringBinding. 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 all Builders in the core package.
  • Add more examples to the 'How to ...' section in the ReadMe.

Feature

#18 [test] Add 'UnitTests' for the 'XyBuilders' in 'core' package.

Enhancement

#33 [api] Add new method 'setSupportedLocales(Locale...) to I18NResourceBundle.

Bug

#40 [doc] Update link, JavaDoc in ReadMe.

Documentation

#41 [doc] Update the 'how to use' chapters mit Unittests examples.

Refactoring

#39 [pom] Test if '.xml' is needed into the section 'resources'.
#37 [api] Rename I18NResourceBundleMessageBuilder to I18NMessageBuilder.
#36 [doc] Update msg for the 'return' statement to next step in all builders.

Greetings
Naoghuman