Statistics
| Revision:

svn-gvsig-desktop / tags / v1_1_Build_1007 / libraries / libInternationalization / src / org @ 12478

# Date Author Comment
12478 07/05/2007 04:28 AM

This commit was manufactured by cvs2svn to create tag
'v1_1_Build_1007'.

11120 04/11/2007 04:24 AM bsanchez

- Quitados warnings de imports no usados.

8471 11/02/2006 03:32 AM cesar

Correct translation key

8010 10/10/2006 06:01 AM cesar

Add translations to gvsig-i18n.jar. Update some translations.

7258 09/14/2006 04:21 AM cesar

Add hasLocales method, to check if any language has been added to the preferred locales list

7257 09/14/2006 04:20 AM cesar

Add a template for the brige-class Messages, to be used in libraries

6665 08/04/2006 08:01 AM cesar

Update package description

6664 08/04/2006 08:00 AM cesar

Update comments on getText methods

6343 07/14/2006 02:52 AM cesar

Don't return empty translations, return key instead

6294 07/11/2006 09:12 AM cesar

Show the callerName when logging

5868 06/15/2006 09:13 AM cesar

Add TranslationDatabase and MessagesClassLoader classes

5767 06/09/2006 04: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

5599 06/02/2006 03: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).

4780 04/10/2006 03:43 AM cesar

Correct a corner case in addResourceFamily

4736 04/05/2006 02:28 AM cesar

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

4728 04/04/2006 08:23 AM 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 05:41 AM cesar

Catch MissingResourceException exception and log it, instead of failing

4587 03/27/2006 02:40 AM cesar

Create a default PrivateClassLoader. Add methods removeLocale, removeResources

4560 03/23/2006 07:11 AM cesar

Use localized errors again, now in a safe way

4530 03/22/2006 08:07 AM cesar

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

4518 03/22/2006 05:07 AM cesar

Add simple getText(key) method

4516 03/22/2006 04: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 07:26 AM cesar
  • empty log message ***