Statistics
| Revision:

root / trunk / libraries / libInternationalization @ 6562

# Date Author Comment
6562 07/28/2006 02:30 PM cesar
  • empty log message ***
6561 07/28/2006 02:07 PM cesar
  • empty log message ***
6560 07/28/2006 02:01 PM cesar
  • empty log message ***
6559 07/28/2006 01:54 PM cesar

Correct translation

6557 07/28/2006 01:35 PM cesar

Correct translation

6552 07/28/2006 08:52 AM cesar
  • empty log message ***
6550 07/27/2006 02:58 PM Víctor Acevedo
  • empty log message ***
6548 07/27/2006 01:21 PM Víctor Acevedo
  • empty log message ***
6547 07/27/2006 01:12 PM cesar

Correctly add missing keys when loading sources from property files

6546 07/27/2006 12:19 PM Víctor Acevedo
  • empty log message ***
6545 07/27/2006 11:50 AM Víctor Acevedo
  • empty log message ***
6514 07/26/2006 12:27 PM Víctor Acevedo
  • empty log message ***
6512 07/26/2006 11:51 AM Víctor Acevedo
  • empty log message ***
6427 07/19/2006 08:50 AM Víctor Acevedo
  • empty log message ***
6415 07/18/2006 12:27 PM cesar

Update 'OK' text for spanish

6353 07/14/2006 12:34 PM cesar

Update database

6352 07/14/2006 12:15 PM cesar

Make a list before removing, as the treemap doesn't allow concurrent access

6351 07/14/2006 11:03 AM cesar
  • empty log message ***
6350 07/14/2006 10:41 AM cesar
  • empty log message ***
6349 07/14/2006 10:29 AM cesar

Remove foreign translations from english database

6348 07/14/2006 10:02 AM cesar

Update database

6343 07/14/2006 08:52 AM cesar

Don't return empty translations, return key instead

6339 07/13/2006 02:38 PM cesar

Updated ca database, delete english and spanish translations present in the file

6333 07/13/2006 01:09 PM cesar

Updated cs database, delete english, spanish or catalan translations present in the file

6331 07/13/2006 09:23 AM cesar

Update database

6295 07/11/2006 03:13 PM cesar

Add the possibility to produce debug info

6294 07/11/2006 03:12 PM cesar

Show the callerName when logging

6265 07/10/2006 08:53 AM cesar
  • empty log message ***
6260 07/10/2006 08:31 AM cesar
  • empty log message ***
6253 07/07/2006 01:33 PM cesar
  • empty log message ***
6251 07/07/2006 01:09 PM cesar

Add UpdateNewTranslations dir

6240 07/07/2006 10:05 AM cesar
  • empty log message ***
6235 07/07/2006 09:17 AM cesar

Improve regular expression

6234 07/06/2006 03:33 PM cesar

It seems it really works now

6232 07/06/2006 02:26 PM cesar

Update to a mostly working version

6205 07/06/2006 09:33 AM cesar
  • empty log message ***
6202 07/05/2006 02:18 PM cesar
  • empty log message ***
6144 07/03/2006 09:29 AM cesar

Don't override the 'put' method, as this breaks the load method.

6141 07/03/2006 09:18 AM cesar

Add DoubleProperties class, update TranslationDatabase to use that class

6131 07/03/2006 12:54 AM cesar

Remove database directory. It has been moved to the test-data dir.

6130 07/03/2006 12:52 AM cesar

Update test cases

6129 07/03/2006 12:52 AM cesar

Add Keys and Project classes, update ConfigOptions

6128 07/03/2006 12:51 AM cesar

Add test-data directory

6067 06/28/2006 10:06 AM cesar

Add config.xml and translation database for testcases, update the main classes

6061 06/27/2006 07:10 PM cesar
  • empty log message ***
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 ***