This repository was archived by the owner on Jun 11, 2023. It is now read-only.
New v0.3.0-PRERELEASE
Pre-release
Pre-release
·
111 commits
to master
since this release
Welcome to Lib-I18n
with the new release 0.3.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 classes in theinternal
package. - Update the chapter
Example
with examples how to use the xy builders.
Feature
#16 [test] Add 'UnitTests' for the classes in 'internal' package.
Documentation
#21 [doc] Update chapter 'Example' with examples for the xy builders.
#15 [doc] Remove UML section in chapter Intention.
Refactoring
#20 [api] Remove the interface I18NValidator.
#19 [api] Rename I18NMessageBuilder to I18NResourceBundleMessageBuilder.
Greetings
Naoghuman