| 
 Relates :   
 | 
6u34 b03 keytool which include bug fix of CR 7070619 still crashes in pt_BR locale.
To reproduce the bug:
1. Create keystore by keytool -genkey 
2. list key by keytool -v -list
Cause of the bug:
Following two messages are broken (over translated).
"data" should be "date".
146         {"Creation date: keyStore.getCreationDate(alias)",
147                 "Data de cria\u00e7\u00e3o: {0,data}"},
148         {"alias, keyStore.getCreationDate(alias), ",
149                 "{0}, {1,data}, "},
  |