Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
10.10.1.1
-
None
-
None
Description
The messages produced by the istat daemon aren't localized.
While they aren't (directly) presented to the user, they do end up in derby.log.
There are two types of messages:
a) log messages
b) trace messages
I'm thinking localizing the trace messages isn't worth the costs.
There are around 15 log messages (open IndexStatisticsDaemonImpl and search for "log(" to find most of them). Some only contain a few words accompanied by data printouts, others are rather technical.
I'm a little thorn on whether to have these messages translated or not.
Based on current practice I think they are eligible for translation.