Statistics
| Revision:

root / trunk / libraries / libInternationalization @ 5922

# Date Author Comment
5868 06/15/2006 03:13 PM cesar

Add TranslationDatabase and MessagesClassLoader classes

5865 06/15/2006 01:46 PM cesar

Add a src-utils dir for the new translations comparator tool

5785 06/12/2006 01:53 PM cesar

Remove i18n.jar from dist directory

5767 06/09/2006 10:10 AM cesar

Separate languages in different hashmaps, to properly load keys from a second file where they were already loaded from a fallback language

5765 06/09/2006 09:47 AM cesar

Make more extensive tests in the unit tests: load 2 different files, add repeated keys

5744 06/08/2006 01:56 PM cesar

Add junit lib to classpath

5599 06/02/2006 09:37 AM cesar

Optimize data structures: use HashMap, ArrayList. Don't show the missing resource exception, show the message instead. Implement the parameter "log" in some getText methods (it was present but not implemented).

4869 04/19/2006 08:59 AM cesar

Add a 'batch-build' target. It will be used by the global build.xml

4780 04/10/2006 09:43 AM cesar

Correct a corner case in addResourceFamily

4736 04/05/2006 08:28 AM cesar

Add package.html. Remove unused members. Add a new getString method

4728 04/04/2006 02:23 PM cesar

Complete and polish Javadoc comments. Tidy the sources a bit. Remove some methods which are implementation-dependent. Add a size() method and make it protected, as is only intended for the unitTests

4597 03/27/2006 12:41 PM cesar

Catch MissingResourceException exception and log it, instead of failing

4596 03/27/2006 12:39 PM cesar

Copy i18n.jar to _fwAndami/lib in build.xml

4588 03/27/2006 09:40 AM cesar

Refactor/rename deleteResources to removeResources

4587 03/27/2006 09:40 AM cesar

Create a default PrivateClassLoader. Add methods removeLocale, removeResources

4585 03/27/2006 09:29 AM cesar

Add unit-test for libInternationalization project

4560 03/23/2006 01:11 PM cesar

Use localized errors again, now in a safe way

4530 03/22/2006 02:07 PM cesar

Don't use a lozalized message for the 'Message not found error'. It might produce infine loops

4526 03/22/2006 01:27 PM cesar
  • empty log message ***
4525 03/22/2006 01:16 PM cesar

Add project files

4518 03/22/2006 11:07 AM cesar

Add simple getText(key) method

4516 03/22/2006 10:41 AM cesar

Add callerName param to log failures.
Use ResourceBundle again to load translations, to properly read Unicode escaped properties files. Add ClassLoader param to achieve this.

4460 03/16/2006 01:26 PM cesar
  • empty log message ***