Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 8 by trejkaz: Tool mangles more than desired with ICU plural
patterns
http://code.google.com/p/pseudolocalization-tool/issues/detail?id=8
Suppose you have a string like this:
duplicatesRemovedFragment={0,plural,one{{0} duplicate removed}other{{0}
duplicates removed}}
In version 0.2 it gets mangled to this:
duplicatesRemovedFragment={0,plural,one{{0} \u202Eduplicate\u202C
\u202Eremoved\u202C}\u202Eother\u202C{{0} \u202Eduplicates\u202C
\u202Eremoved\u202C}}
Oddly, the "one" keyword remains untouched (suggesting that the tool does
somehow understand that it's a special keyword) yet the "other" keyword has
been mangled, so at runtime, you get this error:
Missing 'other' keyword in plural pattern in "{0,plural,one{{0} du ..."
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings