This repository was archived by the owner on Jun 11, 2023. It is now read-only.
New release v0.7.1
Welcome to Lib-I18n
with the new release 0.7.1
.
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
- Update the section 'Conventions'. Add for every convention an example.
- Restructure the section 'Features'. Split it into 'generall' and 'main' features.
Bug
#79 [bug] If the ResourceBundle doesn't exist then a spezific MissingResourceException will thrown.
Documentation
#77 [doc] Add tag 'p' after all lists in JavaDoc.
#76 [doc] Update JavaDoc in I18NBinding.
#75 [doc] Update every sub-section from 'Features'.
#74 [doc] Update every sub-section from 'Conventions'. Add examples to them.
#73 [doc] Update section 'Conventions', sub-section 'key-not-found'.
Greetings
Naoghuman