-
Notifications
You must be signed in to change notification settings - Fork 15
Roadmap
Francis Galiegue edited this page Jun 1, 2013
·
32 revisions
Obviously.
With the same characteristics as the existing MessageBundle: return the key if no match found.
Make two versions: one with fixed sources, another with cacheable sources. Without resorting to Guava!
To copy what ResourceBundle does. Also printf()-like support?
The first implementation of an i18n bundle will record lookup results (failures and successes) permanently.
Try and devise at least a failure expiration policy? What about success expiration policy?
Right now, a class is created in each package using this library for each message bundle it wants. Try and find a way to have bundles centralized. Find a good design pattern for this.