Details
-
Type:
Bug
-
Status: Closed
-
Severity:
Urgent
-
Resolution: Fixed
-
Affects Version/s: 5.3.0 GA, 5.4.0 GA, 6.0.0 GA
-
Fix Version/s: 6.1.0 GA
-
Component/s: Spoon / User Interface
-
Labels:
-
Story Points:0
-
Notice:
-
Operating System/s:Windows 7
-
Steps to Reproduce:
Description
Step log information is incorrectly shown when executed using Japanese language.
Commented by Matt
------------------------------
Please file a PDI bug regarding localized messages.
6.0 English: https://github.com/pentaho/pentaho-kettle/blob/6.0/engine/src/org/pentaho/di/trans/step/messages/messages_en_US.properties#L190
6.0 Japanese: https://github.com/pentaho/pentaho-kettle/blob/6.0/engine/src/org/pentaho/di/trans/step/messages/messages_ja_JP.properties#L201
In the Japanese translation, the line ends with a backslash, causing the following line to be treated as part of the prior line's value.
This affects all 5.x and 6.0 versions, and is a regression for 4.8.3.