rmasy / rebioma

Automatically exported from code.google.com/p/rebioma
0 stars 0 forks source link

messages from FileUpload cannot be internationalized #246

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The messages that come from uploading files (in OccurrenceUploadView,
method onSubmitComplete), cannot be internationalized because the messages
come from the server.

An improvement would be to make the server return 3 integers: the number of
successfully uploaded occurrences, the number of updated ones, and the
number of failed ones.

Original issue reported on code.google.com by kennybyu...@gmail.com on 12 Nov 2008 at 6:57

GoogleCodeExporter commented 9 years ago
Let me extend this Issue:

any String constants coming from the server cannot be internationalized right 
now.

Original comment by kennybyu...@gmail.com on 13 Nov 2008 at 12:28

GoogleCodeExporter commented 9 years ago
fixed in r1160

Original comment by Tri...@gmail.com on 17 Dec 2008 at 5:56